This function is used to calculate the arcsine (or inverse sine) of Number.
i.e. The ASin function returns the value whose sine is Number.
ASin( [Number] )
Where:
The value of Number can be a number between -1 and 1.
Rule | Meaning |
---|---|
ASin(-0.45) | Uses the number -0.45 and calculates the resulting arcsine (inverse sine). The result is -0.466765339047296. |