XLPack
6.1
C/C++ API Reference Manual (Basic module)
Loading...
Searching...
No Matches
C2. Elementary functions (powers, roots, reciplocals)
_ccbrt
_ccbrt_sub
_csqrt_sub
◆
_ccbrt()
double _Complex _ccbrt
(
double _Complex
z
)
Cube root of a complex number
Purpose
ccbrt computes the cube root of a complex number z.
The principal root for which -π < arg(z) <= π is returned.
Returns
Cube root of a complex number z.
Parameters
[in]
z
Complex argument z.
Error handling
Range error (ERANGE) may occur.
Generated by
1.9.6