The acos() function returns the inverse cosine (arccosine) of a specified argument, expressed in radians. See also acosd() to return the result in degrees.
Syntax
ACOS(x)
Arguments
x: A number of type real or double precision, between -1 and 1 inclusive.
Return type
Same as the input type (real or double precision).