|
|
◆ _sbeskn()
| double _sbeskn |
( |
int |
n, |
|
|
double |
x |
|
) |
| |
Modified spherical Bessel function of the second kind kn(x)
- Purpose
- sbeskn computes the modified spherical Bessel function of the second kind kn(x).
- Returns
- Modified spherical Bessel function of the second kind kn(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.
|