Returns thearc-cosine of x.
When x is of double-precision floating-point data type, the result is of the same type. All other data types are converted to single-precision floating-point and yield a floating-point result. The result is an angle, expressed in radians, whose cosine is x.
Values generated by ACOS range between 0 and .
x = ACOS(1) PRINT, x
0