A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.snowflake.com/en/sql-reference/functions/acos below:

Website Navigation


ACOS | Snowflake Documentation

ACOS

Computes the inverse cosine (arc cosine) of its input; the result is a number in the interval [0, pi].

Syntax Arguments
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.

Returns

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].

Examples
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