ACOS function

The ACOS numeric function returns the angle of a given cosine.

Syntax

Read syntax diagramSkip visual syntax diagram ACOS (NumericExpression)

The ACOS function returns the angle, in radians, whose cosine is the given NumericExpression. The parameter can be any built-in numeric data type. The result is FLOAT unless the parameter is NULL, in which case the result is NULL.