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

Compute the double factorial n!! = n(n-2)(n-4)\dots. The maximum value of n such that n!! is not considered an overflow is 297.

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