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

◆ cexpm1()

doublecomplex cexpm1 ( doublecomplex  z)

exp(z) - 1 of complex number

Purpose
cexpm1 evaluates exp(z) - 1 accurately in the sense of relative error when z is very small.
Returns
exp(z) - 1.
Parameters
[in]zComplex argument z.
Error handling
  • Range error (ERANGE) may occur.