Scalar FunctionsMath Functions
asin
Returns the arc sine of the input (in radians).
Input must be in [-1, 1].
Syntax
asin(x)Parameters
Prop
Type
Returns: real
Examples
Example 1
print asin(0)| print_0 (real) |
|---|
| 0.0 |
Returns the arc sine of the input (in radians).
Input must be in [-1, 1].
asin(x)Prop
Type
Returns: real
print asin(0)| print_0 (real) |
|---|
| 0.0 |