XLPack 6.1
Excel VBA Numerical Library Reference Manual
Loading...
Searching...
No Matches
Functions
C11. Hypergeometric functions

Functions

Function Chu (A As Double, B As Double, X As Double, Optional Info As Long) As Double
 Confluent hypergeometric function U(a,b,x)
 
Function Hyp0f1 (B As Double, Z As Double, Optional Info As Long) As Double
 Hypergeometric function 0F1(; b; z)
 
Function Hyp1f0 (A As Double, Z As Double, Optional Info As Long) As Double
 Hypergeometric function 1F0(a; z)
 
Function Hyp1f1 (A As Double, B As Double, Z As Double, Optional Info As Long) As Double
 Hypergeometric function 1F1(a; b; z) (Kummer's function M(a, b, z))
 
Function Hyp1f1r (A As Double, B As Double, Z As Double, Optional Info As Long) As Double
 Regularized hypergeometric functions 1F1(a; b; z)/Γ(b)
 
Function Hyp2f0 (A1 As Double, A2 As Double, Z As Double, Optional Info As Long) As Double
 Hypergeometric function 2F0(a1, a2; z)
 
Function Hyp2f1 (A1 As Double, A2 As Double, B As Double, Z As Double, Optional Info As Long) As Double
 Hypergeometric function 2F1(a1, a2; b; z) (Gaussian hypergeometric function)
 
Function Lhyp1f1 (A As Double, B As Double, Z As Double, Sign As Long, Optional Info As Long) As Double
 Logarithm of hypergeometric function ln|1F1(a; b; z)|
 

Detailed Description

This is the group of C11. Hypergeometric functions.