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