XLPack 7.0
XLPack Numerical Library (C API) Reference Manual
Loading...
Searching...
No Matches

◆ crgamma_sub()

void crgamma_sub ( doublecomplex  z,
doublecomplex *  zout 
)

Reciprocal of gamma function 1/Γ(z) (complex argument)

Purpose
crgamma_sub computes the reciprocal of the gamma function at a complex number z.
crgamma_sub is the subroutine version of crgamma.
Parameters
[in]zArgument z. (z != 0 and z != negative integer)
[out]zoutReciprocal of the gamma function 1/Γ(z).
Error handling
  • If z is zero or real negative integer, domain error (EDOM) is reported.
  • Range error (ERANGE) may occur.