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