XLPack
7.0
XLPack Numerical Library (C API) Reference Manual
Loading...
Searching...
No Matches
C4. Elementary functions (complex transcendental functions)
_csin_sub
cacos_sub
cacosh_sub
casin_sub
casinh_sub
catan_sub
catanh_sub
ccos_sub
ccosh_sub
ccot
ccot_sub
cexp_sub
cexpm1
cexpm1_sub
clog1p
clog1p_sub
clog_sub
csinh_sub
ctan_sub
ctanh_sub
◆
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]
z
Complex argument z.
[out]
expm1z
exp(z) - 1.
Error handling
Range error (ERANGE) may occur.
Generated by
1.9.7