Predefined Functions – asin
Function name: | asin – Arcus sinus |
Synopsis: | asin(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 arcsin(z) ChaosPro performs the following calculation:
arcsin(z) = - i * Ln( i*z+sqrt(1-z*z) )