compute the \f$sqrt(x)\f$ of each vector elements
\param s vector to modify
void fvec_sqrt( ffi.Pointer<fvec_t> s, ) { return _fvec_sqrt( s, ); }