- Categories:
Numeric functions (Trigonometric)
ACOS¶
Computes the inverse cosine (arc cosine) of its input; the result is a number in the interval [0, pi].
Syntax¶
Arguments¶
input_exprThe value or expression to operate on. Must be greater than or equal to -1.0 and less than or equal to +1.0. The data type must be FLOAT.
Returns¶
This function returns a value of type FLOAT.
Returns the arc cosine in radians (not degrees) as a value in the range [0, pi].