Predefined Functions – cotan
| Function name: | cotan – Cotangent |
| Synopsis: | cotan(x) |
| Input data type | Output data type |
|---|---|
| real | real |
| complex | complex |
| quaternion | unsupported |
Description:
ChaosPro automatically detects the input data type.
In order to calculate cotan(z) ChaosPro performs the following calculation:
cotan(z) = cotan(x+iy) = cos(x+iy) / sin(x+iy)