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

◆ ccbrt_sub()

void ccbrt_sub ( double _Complex  z,
double _Complex *  zout 
)

Cube root of a complex number

Purpose
ccbrt_sub computes the cube root of a complex number z. ccbrt_sub is the subroutine version of ccbrt.
Parameters
[in]zArgument z.
[out]zoutCube root of a complex number z.
Error handling
  • Range error (ERANGE) may occur.