|
|
◆ Besknud_sub()
| Sub Besknud_sub |
( |
Ret As |
Double, |
|
|
Nu As |
Double, |
|
|
X As |
Double, |
|
|
Optional Info As |
Long |
|
) |
| |
Derivative K'ν(x) of modified Bessel function of the second kind of order ν Kν(x) (fractional order) (Subroutine version)
- Purpose
- Computes the derivative K'ν(x) of the modified Bessel function of the second kind of order ν Kν(x).
- Parameters
-
| [out] | Ret | The derivative K'ν(x) of the modified Bessel function of the second kind of order ν Kν(x). |
| [in] | Nu | Order ν. |
| [in] | X | Argument x. (X > 0) |
| [out] | Info | (Optional)
= 0: Successful exit.
= -2: The argument X had an illegal value. (X <= 0)
= 1: Floating point range error. |
- Reference
- boost/math/special_functions
|