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