Click or drag to resize

PolynomialsLegendreP(Int32, Int32, Double) Method

Computes the value of the associated Legendre polynomial Pl,m(x).

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double LegendreP(
	int l,
	int m,
	double x
)

Parameters

l  Int32
Degree of the polynomial (>= 0).
m  Int32
Order of the polynomial (0 <= m <= l).
x  Double
Point at which the computation is performed (-1 <= x <= 1).

Return Value

Double
Value of the polynomial at x.
See Also