ACOS

Syntax

ACOS( number )

Description

Returns the arccosine of number in radians.

Argument types:

  • numberFractional number | Integer

Return type: Fractional number

Example

[n]ACOS([n])
-1.003.14
-0.872.62
-0.712.36
-0.502.09
0.001.57
0.501.05
0.710.79
0.870.52
1.000.00

Data source support

ClickHouse 21.8, Microsoft SQL Server 2017 (14.0), MySQL 5.7, Oracle Database 12c (12.1), PostgreSQL 9.3, YDB.

Previous
Next