hermite
Overloads
| Name | Description |
|---|---|
hermite(integer n, bool x) -> real | Evaluates the Hermite polynomial of degree n at the given position. The Hermite polynomials are defined as:... |
hermite(integer n, integer x) -> real | Evaluates the Hermite polynomial of degree n at the given position. The Hermite polynomials are defined as:... |
hermite(integer n, real x) -> real | Evaluates the Hermite polynomial of degree n at the given position. The Hermite polynomials are defined as:... |
hermite(integer n, bool x) -> real
Evaluates the Hermite polynomial of degree n at the given position. The Hermite polynomials are defined as:
Parameters
- n: The degree of the polynomial.
- x: The value at which the function is evaluated.
hermite(integer n, integer x) -> real
Evaluates the Hermite polynomial of degree n at the given position. The Hermite polynomials are defined as:
Parameters
- n: The degree of the polynomial.
- x: The value at which the function is evaluated.
hermite(integer n, real x) -> real
Evaluates the Hermite polynomial of degree n at the given position. The Hermite polynomials are defined as:
Parameters
- n: The degree of the polynomial.
- x: The value at which the function is evaluated.