Description
Returns the arc cosine of a number.Syntax
ACOS(numeric_expression)
Examples
ACOS(1) returns 0.0
Compute the arc cosine (inverse cosine) of a numeric value in radians. Use for trigonometric calculations in ETL data transformations.
ACOS(numeric_expression)
ACOS(1) returns 0.0
Was this page helpful?