|
|
◆ 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] | z | Complex argument z. |
| [out] | cotz | cot(z). |
- Error handling
- Range error (ERANGE) may occur.
|