Math.acos() FunctionNameMath.acos() Function---compute an arc cosineAvailabilityNavigator 2.0, Internet Explorer 3.0 Synopsis
Math.acos(x) Arguments
ReturnsThe arc cosine, in radians, of the specified value x. DescriptionMath.acos() computes and returns the arc cosine, or inverse cosine of the specified argument. The argument must be a value between -1.0 and 1.0. The return value is between 0 and pi radians. |
|