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