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