TAN (Lakehouse v2)
Returns the tangent of a number in radians.
Analyze Syntax
Section titled “Analyze Syntax”func.tan(<x>)Analyze Examples
Section titled “Analyze Examples”func.tan(0)
┌─────┐│ 0.0 │└─────┘SQL Syntax
Section titled “SQL Syntax”TAN(<x>)SQL Examples
Section titled “SQL Examples”SELECT TAN(0);
┌─────┐│ 0.0 │└─────┘