XLPack 6.1
Excel VBA Numerical Library Reference Manual
Loading...
Searching...
No Matches
Functions
C10b. Modified Bessel functions

Functions

Function Besi0 (X As Double, Optional Info As Long, Optional Kode As Long=1) As Double
 Modified Bessel function of the first kind of order zero I0(x)
 
Function Besi1 (X As Double, Optional Info As Long, Optional Kode As Long=1) As Double
 Modified Bessel function of the first kind of order one I1(x)
 
Function Besin (N As Long, X As Double, Optional Info As Long) As Double
 Modified Bessel function of the first kind of order n In(x)
 
Function Besind (N As Long, X As Double, Optional Info As Long) As Double
 Derivative I'n(x) of modified Bessel function of the first kind of order n In(x)
 
Function Besinu (Nu As Double, X As Double, Optional Info As Long) As Double
 Modified Bessel function of the first kind of order ν Iν(x) (fractional order)
 
Function Besk0 (X As Double, Optional Info As Long, Optional Kode As Long=1) As Double
 Modified Bessel function of the second kind of order zero K0(x)
 
Function Besk1 (X As Double, Optional Info As Long, Optional Kode As Long=1) As Double
 Modified Bessel function of the second kind of order one K1(x)
 
Function Beskn (N As Long, X As Double, Optional Info As Long) As Double
 Modified Bessel function of the second kind of order n Kn(x)
 
Function Besknd (N As Long, X As Double, Optional Info As Long) As Double
 Derivative K'n(x) of modified Bessel functions of the second kind of order n Kn(x)
 
Function Besknu (Nu As Double, X As Double, Optional Info As Long) As Double
 Modified Bessel function of the second kind of order ν Kν(x) (fractional order)
 
Function Besknud (Nu As Double, X As Double, Optional Info As Long) As Double
 Derivative K'ν(x) of modified Bessel function of the second kind of order ν Kν(x) (fractional order)
 
Sub Cbesi (Z As Complex, Nu As Double, N As Long, Y() As Complex, Info As Long, Optional Kode As Long=1)
 Sequence of the modified Bessel functions of the first kind Iν(z) (fractional order) (complex argument)
 
Sub Cbesk (Z As Complex, Nu As Double, N As Long, Y() As Complex, Info As Long, Optional Kode As Long=1)
 Sequence of the modified Bessel functions of the second kind Kν(z) (fractional order) (complex argument)
 
Function Sbesin (N As Long, X As Double, Optional Info As Long) As Double
 Modified spherical Bessel function of the first kind in(x)
 
Function Sbesinu (Nu As Double, X As Double, Optional Info As Long) As Double
 Modified spherical Bessel function of the first kind of order ν iν(x) (fractional order)
 
Function Sbeskn (N As Long, X As Double, Optional Info As Long) As Double
 Modified spherical Bessel function of the second kind kn(x)
 
Function Sbesknu (Nu As Double, X As Double, Optional Info As Long) As Double
 Modified spherical Bessel function of the second kind of order ν kν(x) (fractional order)
 

Detailed Description

This is the group of C10b. Modified Bessel functions.