|
|
◆ Besinud()
| Function Besinud |
( |
Nu As |
Double, |
|
|
X As |
Double, |
|
|
Optional Info As |
Long |
|
) |
| |
Derivative I'ν(x) of modified Bessel function of the first kind of order ν Iν(x) (fractional order)
- Purpose
- Computes the derivative I'ν(x) of the modified Bessel function of the first kind of order ν Iν(x).
- Returns
- Double
The derivative I'ν(x) of the modified Bessel function of the first kind of order ν Iν(x).
- Parameters
-
| [in] | Nu | Order ν. |
| [in] | X | Argument x. (X >= 0 if ν is not an integer) |
| [out] | Info | (Optional) = 0: Successful exit.
= -2: The argument X had an illegal value. (X < 0 when ν is not an integer)
= 1: Floating point range error. |
- Reference
- boost/math/special_functions
|