The acosd() function returns the inverse cosine (arccosine) of a specified argument, expressed in degrees. See also acos() to return the result in radians.
Syntax
ACOSD(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).