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

Computes \log(1 + x) - x for x > -1 using an algorithm that is accurate for small x.

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