XLPack 7.0
XLPack Numerical Library (Excel VBA) Reference Manual
Loading...
Searching...
No Matches
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 Besinud (Nu As Double, X As Double, Optional Info As Long) As Double
 Derivative I'ν(x) of 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)
 
Sub Besi0_sub (Ret As Double, X As Double, Optional Info As Long, Optional Kode As Long=1)
 Modified Bessel function of the first kind of order zero I0(x) (Subroutine version)
 
Sub Besi1_sub (Ret As Double, X As Double, Optional Info As Long, Optional Kode As Long=1)
 Modified Bessel function of the first kind of order one I1(x) (Subroutine version)
 
Sub Besin_sub (Ret As Double, N As Long, X As Double, Optional Info As Long)
 Modified Bessel function of the first kind of order n In(x) (Subroutine version)
 
Sub Besind_sub (Ret As Double, N As Long, X As Double, Optional Info As Long)
 Derivative I'n(x) of modified Bessel function of the first kind of order n In(x) (Subroutine version)
 
Sub Besinu_sub (Ret As Double, Nu As Double, X As Double, Optional Info As Long)
 Modified Bessel function of the first kind of order ν Iν(x) (fractional order) (Subroutine version)
 
Sub Besinud_sub (Ret As Double, 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) (Subroutine version)
 
Sub Besk0_sub (Ret As Double, X As Double, Optional Info As Long, Optional Kode As Long=1)
 Modified Bessel function of the second kind of order zero K0(x) (Subroutine version)
 
Sub Besk1_sub (Ret As Double, X As Double, Optional Info As Long, Optional Kode As Long=1)
 Modified Bessel function of the second kind of order one K1(x) (Subroutine version)
 
Sub Beskn_sub (Ret As Double, N As Long, X As Double, Optional Info As Long)
 Modified Bessel function of the second kind of order n Kn(x) (Subroutine version)
 
Sub Besknd_sub (Ret As Double, N As Long, X As Double, Optional Info As Long)
 Derivative K'n(x) of modified Bessel functions of the second kind of order n Kn(x) (Subroutine version)
 
Sub Besknu_sub (Ret As Double, Nu As Double, X As Double, Optional Info As Long)
 Modified Bessel function of the second kind of order ν Kν(x) (fractional order) (Subroutine version)
 
Sub Besknud_sub (Ret As Double, Nu As Double, X As Double, Optional Info As Long)
 Derivative K'ν(x) of modified Bessel function of the second kind of order ν Kν(x) (fractional order) (Subroutine version)
 
Sub Sbesin_sub (Ret As Double, N As Long, X As Double, Optional Info As Long)
 Modified spherical Bessel function of the first kind in(x) (Subroutine version)
 
Sub Sbesinu_sub (Ret As Double, Nu As Double, X As Double, Optional Info As Long)
 Modified spherical Bessel function of the first kind of order ν iν(x) (fractional order) (Subroutine version)
 
Sub Sbeskn_sub (Ret As Double, N As Long, X As Double, Optional Info As Long)
 Modified spherical Bessel function of the second kind kn(x) (Subroutine version)
 
Sub Sbesknu_sub (Ret As Double, Nu As Double, X As Double, Optional Info As Long)
 Modified spherical Bessel function of the second kind of order ν kν(x) (fractional order) (Subroutine version)
 

Detailed Description

This is the group of C10b. Modified Bessel functions.