|
|
◆ Hyp0f1()
| Function Hyp0f1 |
( |
B As |
Double, |
|
|
Z As |
Double, |
|
|
Optional Info As |
Long |
|
) |
| |
Hypergeometric function 0F1(; b; z)
- Purpose
- Computes the hypergeometric function 0F1(; b; z).
0F1(; b; z) = Σ z^k / ((b)k * k!) (k = 1 to ∞)
- Returns
- Double
Hypergeometric function 0F1(; b; z).
- Parameters
-
| [in] | B | Argument b. (B <> zero or a negative integer) |
| [in] | Z | Argument z. |
| [out] | Info | (Optional)
= 0: Successful exit.
= -1: The argument B had an illegal value. (B is zero or a negative integer)
= 1: Floating point range error. |
- Reference
- boost/math/special_functions
|