Special.Hermite H Method
Evaluates the Hermite polynomial of the specified degree.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The value of the Hermite polynomial of degree degree evaluated at x.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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. |