XLPack 6.1
C/C++ API Reference Manual (Basic module)
Loading...
Searching...
No Matches
Functions
C10b. Modified Bessel functions

Functions

double _besi0 (double x)
 Modified Bessel functions of the first kind of order zero I0(x)
 
double _besi0e (double x)
 Modified Bessel functions of the first kind of order zero I0(x) (exponentially scaled)
 
double _besi1 (double x)
 Modified Bessel functions of the first kind of order one I1(x)
 
double _besi1e (double x)
 Modified Bessel functions of the first kind of order one I1(x) (exponentially scaled)
 
double _besinu (double nu, double x)
 Modified Bessel function of the first kind of order ν Iν(x) (fractional order)
 
double _besk0 (double x)
 Modified Bessel functions of the second kind of order zero K0(x)
 
double _besk0e (double x)
 Modified Bessel functions of the second kind of order zero K0(x) (exponentially scaled)
 
double _besk1 (double x)
 Modified Bessel functions of the second kind of order one K1(x)
 
double _besk1e (double x)
 Modified Bessel functions of the second kind of order one K1(x) (exponentially scaled)
 
double _besknu (double nu, double x)
 Modified Bessel function of the second kind of order ν Kν(x) (fractional order)
 

Detailed Description

This is the group of C10b. Modified Bessel functions.