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

◆ cexpm1_sub()

void cexpm1_sub ( doublecomplex  z,
doublecomplex *  expm1z 
)

exp(z)-1 of complex number

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