|
|
◆ sbesynu()
| double sbesynu |
( |
double |
nu, |
|
|
double |
x |
|
) |
| |
Spherical Bessel function of the second kind of order ν yν(x) (fractional order)
- Purpose
- sbesynu computes the spherical Bessel function of the second kind of order ν yν(x).
- Returns
- Spherical Bessel function of the second kind of order ν yν(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
|