You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

This function returns the arc sine of number x. The returned angle is in the range of 0.0 to pi. i.e. the angle value is in radians.

The input has to be in the range of -1 to 1.

Syntax
asin(number x) #Ouput: Number
Examples
Parser expressionDescription
asin(-1)
This example returns -1.57079633
Additional information

Parameters used in this function

ParameterInput (data type)Description
number x

NUMBER

Any given number in the range of -1 to 1.
Output

This function returns a NUMBER