JScript  

acos Method

Returns the arccosine of a number.

Math.acos(number) 

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

Remarks

The return value is the arccosine of the number argument.

Requirements

Version 1

See Also

asin Method | atan Method | cos Method | sin Method | tan Method

Applies To: Math Object