|
| Release 4.0 |
 |
Predefined Functions - asinh
| Function name: | asinh - Area sinus hyperbolicus |
| Synopsis: | asinh(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 asinh(z) (z = any complex number) ChaosPro performs the following calculation:
asinh(z) = Ln(z + Sqrt(z^2+1) )
For the definition of Ln(z) see:
|