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