PolynomialsLegendreP(Int32, Int32, Double) Method |
Computes the value of the associated Legendre polynomial Pl,m(x).
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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
DoubleValue of the polynomial at
x.
See Also