Loadable Function: z = gsl_sf_zetam1 (arg1)
Loadable Function: [z, err] = gsl_sf_zetam1 (…)

Computes \zeta(s) - 1 for arbitrary s, s \ne 1, where \zeta denotes the Riemann zeta function.

See also: gsl_sf_zeta.

err contains an estimate of the absolute error in the value z.

This function is from the GNU Scientific Library, see http://www.gnu.org/software/gsl/ for documentation.

Package: gsl