JScript  

asin Method

Returns the arcsine of a number.

Math.asin(number) 

The required number argument is a numeric expression for which the arcsine is needed.

Remarks

The return value is the arcsine of its numeric argument.

Requirements

Version 1

See Also

acos Method | atan Method | cos Method | Math Object Methods | sin Method | tan Method

Applies To: Math Object