|
◆ sbesknu()
double sbesknu |
( |
double |
nu, |
|
|
double |
x |
|
) |
| |
Modified spherical Bessel function of the second kind of order ν kν(x) (fractional order)
- Purpose
- sbesknu computes the modified spherical Bessel function of the second kind of order ν kν(x).
- Returns
- Modified spherical Bessel function of the second kind of order ν kν(x).
- Parameters
-
[in] | nu | Order ν. |
[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
|