|
◆ besknd()
double besknd |
( |
int |
n, |
|
|
double |
x |
|
) |
| |
Derivative K'n(x) of modified Bessel function of the second kind of order n Kn(x)
- Purpose
- besknd computes the derivative K'n(x) of the modified Bessel function of the second kind of order n Kn(x).
- Returns
- K'n(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
|