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

◆ ccot_sub()

void ccot_sub ( doublecomplex  z,
doublecomplex *  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.