Computes the inverse cosine (arc cosine) of its input; the result is a number in the interval [0, pi]
.
real_expr
This expression should evaluate to a real number greater than or equal to -1.0 and less than or equal to +1.0.
The data type of the return value is FLOAT.
Returns the arc cosine in radians (not degrees) as a value in the range [0, pi]
.
SELECT ACOS(0), ACOS(0.5), ACOS(1); +-------------+-------------+---------+ | ACOS(0) | ACOS(0.5) | ACOS(1) | |-------------+-------------+---------| | 1.570796327 | 1.047197551 | 0 | +-------------+-------------+---------+
Copy
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4