Reciprocal of gamma function 1/Γ(z) (complex argument)
- Purpose
- This routine computes the reciprocal of the gamma function at a complex number z.
- Returns
- Complex
Reciprocal of the gamma function 1/Γ(z).
- Parameters
-
| [in] | Z | Argument z. (Z <> 0 and Z <> a negative integer) |
| [out] | Info | (Optional)
= 0: Successful exit.
= -1: The argument Z had an illegal value. (Z = 0 or a negative integer)
= 1: Floating point range error. |