Skip to main content

Description

Returns the arc cosine of a number.

Syntax

ACOS(numeric_expression)

Examples

ACOS(1) returns 0.0

Return value datatype

Double

Impact of null value

If input is null, returns null.
Last modified on April 20, 2026