XLPack 6.1
C/C++ API Reference Manual
Loading...
Searching...
No Matches

◆ _cexpm1()

double _Complex _cexpm1 ( double _Complex  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.