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