|
|
◆ Poch()
| Function Poch |
( |
A As |
Double, |
|
|
X As |
Double, |
|
|
Optional Info As |
Long |
|
) |
| |
Pochhammer's symbol (a)x
- Purpose
- Computes the Pochhammer's symbol.
- Returns
- Double
Pochhammer's symbol (a)x.
- Parameters
-
| [in] | A | Argument a. (If A + X = 0 or a negative integer, A must be 0 or a negative integer) |
| [in] | X | Argument x. |
| [out] | Info | (Optional)
= 0: Successful exit.
= -1: The argument A had an illegal value. (When A + X = 0 or a negative integer, A is not 0 nor a negative integer)
= 1: Floating point range error. |
|