ACOS

Purpose

This function returns the arccosine of number n. The result is between 0 and π.

Syntax

acos::=

ACOS

Usage Notes

Number n must be in the interval [-1;1].

Example

SELECT ACOS(0.5) ACOS;