|
| Release 4.0 |
 |
Predefined Functions - acot
| Function name: | acot - Arcus Cotangent |
| Synopsis: | acot(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 the acot(z) (i.e. arcus cotangent) ChaosPro performs the following calculation:
-1 1+iz
acot(z) = ---- * Ln( ------ )
2i iz-1
|