|
|
◆ sbesjn()
| double sbesjn |
( |
int |
n, |
|
|
double |
x |
|
) |
| |
Spherical Bessel function of the first kind jn(x)
- Purpose
- sbesjn computes the spherical Bessel functions of the first kind jn(x).
- Returns
- Spherical Bessel function of the first kind jn(x).
- Parameters
-
| [in] | n | Order n. |
| [in] | x | Argument x. (x >= 0) |
- Error handling
- If x < 0, domain error (EDOM) occurs.
- Range error (ERANGE) may occur.
- Reference
- boost/math/special_functions
|