XLPack 7.0
XLPack Numerical Library (Excel VBA) Reference Manual
Loading...
Searching...
No Matches

◆ Hermite()

Function Hermite ( N As  Long,
X As  Double,
Optional Info As  Long 
)

Hermite polynomial Hn(x)

Purpose
Computes the Hermite polynomial of x.
Hn(x) = (-1)^n e^(x^2) dn/dxn(e^(-x^2))
Returns
Double
Hermite polynomial Hn(x).
Parameters
[in]NArgument n. (0 <= N < 128)
[in]XArgument x.
[out]Info(Optional)
= 0: Successful exit.
= -1: The argument N had an illegal value. (N < 0, N >= 128)
= 1: Floating point range error.
Reference
boost/math/special_functions