The acos method returns the arccosine of a number as a value between 0 and PI radians.
System.Double acos(System.Double x);
x
Number between -1 to 1.
Returns the arccosine of a number. If the parameter x is outside the range -1 to 1, the method will return NaN.
Member of Math.