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

◆ _ccot()

double _Complex _ccot ( double _Complex  z)

cot(z) of complex number

Purpose
ccot computes the cotangent of complex number z in radians.
Returns
cot(z).
Parameters
[in]zComplex argument z.
Error handling
  • Range error (ERANGE) may occur.