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

Computes the integral

Chi(x) := Re[ \gamma_E + \log(x) + \int_0^x dt (\cosh[t]-1)/t] ,

where \gamma_E is the Euler constant.

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