SIN (Lakehouse v1)
Returns the sine of x, where x is given in radians.
Analyze Syntax
Section titled “Analyze Syntax”func.sin( <x> )Analyze Examples
Section titled “Analyze Examples”func.sin(90)
┌────────────────────┐│ func.sin(90) │├────────────────────┤│ 0.8939966636005579 │└────────────────────┘SQL Syntax
Section titled “SQL Syntax”SIN( <x> )SQL Examples
Section titled “SQL Examples”SELECT SIN(90);
┌────────────────────┐│ sin(90) │├────────────────────┤│ 0.8939966636005579 │└────────────────────┘