Returns the arcsine of a number.
Math.asin(number)
The required number argument is a numeric expression for which the arcsine is needed.
The return value is the arcsine of its numeric argument.
acos Method | atan Method | cos Method | Math Object Methods | sin Method | tan Method
Applies To: Math Object