Special.Hermite H Method
Evaluates the Hermite 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 Hermite polynomial of degree degree evaluated at x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static double HermiteH(
int degree,
double x
)
Parameters
Return Value
DoubleThe value of the Hermite polynomial of degree degree evaluated at x.
Exceptions
Argument | degree is less than zero. |