XLPack 7.0
XLPack Numerical Library (Excel Worksheet Functions) Reference Manual
Loading...
Searching...
No Matches

◆ WHyp2f0()

Function WHyp2f0 ( A1 As  Double,
A2 As  Double,
Z As  Double 
)

Hypergeometric function 2F0(a1, a2; z)

Purpose
This routine computes the hypergeometric function 2F0(a1, a2; z).
2F0(a1, a2; z) = Σ(a1)k * (a2)k * z^k / k! (k = 1 to ∞)
Returns
2F0(a1, a2; z).
Parameters
[in]A1Argument a1. (One of A1 or A2 must be a negative integer)
[in]A2Argument a2. (One of A1 or A2 must be a negative integer)
[in]ZArgument z.
Reference
boost/math/special_functions