XLPack 6.1
Python API Reference Manual
Loading...
Searching...
No Matches

◆ besi1()

def besi1 ( ,
kode  = 1 
)

Modified Bessel functions of the first kind of order one I1(x)

Purpose
besi1 computes the modified Bessel function of the first kind of order one I1(x).
Returns
float
Modified Bessel functions of the first kind of order one I1(x). (if kode = 1)
Exponentially scaled modified Bessel function of the first kind of order one exp(-|x|)*I1(x). (if kode = 2)
Parameters
[in]xArgument x.
[in]kode(Optional)
A parameter to indicate the scaling option.
= 1: No scaling.
= 2: Returns exponentially scaled values. (For other values, kode = 1 is assumed.)
Error handling
  • Range error (ERANGE) may occur.
Reference
boost/math/special_functions