29 Numerics library [numerics]

29.9 Mathematical functions for floating-point types [c.math]

29.9.5 Mathematical special functions [sf.cmath]

29.9.5.1 Associated Laguerre polynomials [sf.cmath.assoc_laguerre]

double assoc_laguerre(unsigned n, unsigned m, double x); float assoc_laguerref(unsigned n, unsigned m, float x); long double assoc_laguerrel(unsigned n, unsigned m, long double x);

Effects: Эти функции вычисления , связанные Лагерра многочлены своих аргументов n, mи x.

Returns:

Lmn(x)=(1)mdmdxmLn+m(x),for x0

где n есть n, m есть mи x есть x.

Remarks: Эффект от вызова каждой из этих функций определяется реализацией if n >= 128 или if m >= 128.