Description
Returns the trigonometric cosine of a number.Syntax
COS(numeric_expression)
Examples
COS(0) returns 1.0.
Calculate the trigonometric cosine of a numeric input value in radians. Use COS for geometric and mathematical computations in ETL pipelines.
COS(numeric_expression)
COS(0) returns 1.0.
Was this page helpful?