acos Method (Windows Scripting - JScript)
Returns the arccosine of a number.
Syntax
Math.acos(number)
Remarks
The required number argument is a numeric expression for which the arccosine is needed.
The return value is the arccosine of the number argument.
Applies To: Math Object (Windows Scripting - JScript)
Requirements
See Also
asin Method (Windows Scripting - JScript)
atan Method (Windows Scripting - JScript)
cos Method (Windows Scripting - JScript)
sin Method (Windows Scripting - JScript)
tan Method (Windows Scripting - JScript)
Math Object (Windows Scripting - JScript)