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

◆ 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]zComplex argument z.
Error handling
  • Range error (ERANGE) may occur.