ACOS

Description

Function that returns the arccosine in radians of the number sent as a parameter (ACOS in Transact-SQL).

Sample Source Pattern

Syntax

ACOS ( expression )

Arguments

Return Type

Examples

SELECT ACOS(-1.0);

Last updated