XLPack 6.1
C/C++ API Reference Manual (Basic module)
Loading...
Searching...
No Matches

◆ _ccot_sub()

void _ccot_sub ( double _Complex  z,
double _Complex *  cotz 
)

cot(z) of complex number

Purpose
ccot_sub computes the cotangent of complex number z in radians.
ccot_sub is the subroutine version of ccot.
Parameters
[in]zComplex argument z.
[out]cotzcot(z).
Error handling
  • Range error (ERANGE) may occur.