XLPack
7.0
XLPack Numerical Library (C API) Reference Manual
Loading...
Searching...
No Matches
C10b. Modified Bessel functions
besi0
besi0e
besi1
besi1e
besin
besind
besinu
besinud
besk0
besk0e
besk1
besk1e
beskn
besknd
besknu
besknud
cbesi
cbesk
sbesin
sbesinu
sbeskn
sbesknu
◆
besind()
double besind
(
int
n
,
double
x
)
Derivative I'n(x) of modified Bessel function of the first kind of order n In(x)
Purpose
besind computes the derivative I'n(x) of the modified Bessel function of the first kind of order n In(x).
Returns
I'n(x).
Parameters
[in]
n
Order n.
[in]
x
Argument x.
Error handling
Range error (ERANGE) may occur.
Reference
boost/math/special_functions
Generated by
1.9.7