Computes the arc cosine of the value x.
x
The returned value is an angle in the range from 0.0 to PI radians.
0.0
PI
num acos(num x) => math.acos(x);