Loadable Function: z = gsl_sf_legendre_sphPlm (arg1, arg2, arg3)
Loadable Function: [z, err] = gsl_sf_legendre_sphPlm (…)

Computes the normalized associated Legendre polynomial $\sqrt{(2l+1)/(4\pi)} \sqrt{(l-m)!/(l+m)!} P_l^m(x)$ suitable for use in spherical harmonics. The parameters must satisfy m >= 0, l >= m, |x|<= 1. Theses routines avoid the overflows that occur for the standard normalization of P_l^m(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