Special.Legendre P Method
Evaluates the Legendre polynomial of the specified degree.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The value of the Legendre polynomial of degree degree evaluated at x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static double LegendreP(
int degree,
double x
)
Parameters
Return Value
DoubleThe value of the Legendre polynomial of degree degree evaluated at x.
Exceptions
Argument | degree is less than zero. |