XLPack
7.0
XLPack Numerical Library (C API) Reference Manual
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.7