bessel_i
Overloads
| Name | Description |
|---|---|
bessel_i(bool nu, integer x) -> real | Evaluates the modified cylindrical Bessel function of the first kind (I) at the given position. Defined as:... |
bessel_i(bool nu, bool x) -> real | Evaluates the modified cylindrical Bessel function of the first kind (I) at the given position. Defined as:... |
bessel_i(bool nu, real x) -> real | Evaluates the modified cylindrical Bessel function of the first kind (I) at the given position. Defined as:... |
bessel_i(real nu, bool x) -> real | Evaluates the modified cylindrical Bessel function of the first kind (I) at the given position. Defined as:... |
bessel_i(real nu, real x) -> real | Evaluates the modified cylindrical Bessel function of the first kind (I) at the given position. Defined as:... |
bessel_i(real nu, integer x) -> real | Evaluates the modified cylindrical Bessel function of the first kind (I) at the given position. Defined as:... |
bessel_i(integer nu, bool x) -> real | Evaluates the modified cylindrical Bessel function of the first kind (I) at the given position. Defined as:... |
bessel_i(integer nu, real x) -> real | Evaluates the modified cylindrical Bessel function of the first kind (I) at the given position. Defined as:... |
bessel_i(integer nu, integer x) -> real | Evaluates the modified cylindrical Bessel function of the first kind (I) at the given position. Defined as:... |
bessel_i(bool nu, integer x) -> real
Evaluates the modified cylindrical Bessel function of the first kind (I) at the given position. Defined as:
Parameters
- nu: The order of the function.
- x: The value at which the function is evaluated.
bessel_i(bool nu, bool x) -> real
Evaluates the modified cylindrical Bessel function of the first kind (I) at the given position. Defined as:
Parameters
- nu: The order of the function.
- x: The value at which the function is evaluated.
bessel_i(bool nu, real x) -> real
Evaluates the modified cylindrical Bessel function of the first kind (I) at the given position. Defined as:
Parameters
- nu: The order of the function.
- x: The value at which the function is evaluated.
bessel_i(real nu, bool x) -> real
Evaluates the modified cylindrical Bessel function of the first kind (I) at the given position. Defined as:
Parameters
- nu: The order of the function.
- x: The value at which the function is evaluated.
bessel_i(real nu, real x) -> real
Evaluates the modified cylindrical Bessel function of the first kind (I) at the given position. Defined as:
Parameters
- nu: The order of the function.
- x: The value at which the function is evaluated.
bessel_i(real nu, integer x) -> real
Evaluates the modified cylindrical Bessel function of the first kind (I) at the given position. Defined as:
Parameters
- nu: The order of the function.
- x: The value at which the function is evaluated.
bessel_i(integer nu, bool x) -> real
Evaluates the modified cylindrical Bessel function of the first kind (I) at the given position. Defined as:
Parameters
- nu: The order of the function.
- x: The value at which the function is evaluated.
bessel_i(integer nu, real x) -> real
Evaluates the modified cylindrical Bessel function of the first kind (I) at the given position. Defined as:
Parameters
- nu: The order of the function.
- x: The value at which the function is evaluated.
bessel_i(integer nu, integer x) -> real
Evaluates the modified cylindrical Bessel function of the first kind (I) at the given position. Defined as:
Parameters
- nu: The order of the function.
- x: The value at which the function is evaluated.