XLPack 6.1
C/C++ API Reference Manual (Basic module)
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.