TAN
Learn how to use the TAN math function in PlaidCloud Lakehouse. Returns the tangent of a number in radians - see syntax, examples, and output.
Returns the tangent of a number in radians.
Analyze Syntax
func.tan(<x>)
Analyze Examples
func.tan(0)
┌─────┐
│ 0.0 │
└─────┘
SQL Syntax
TAN(<x>)
SQL Examples
SELECT TAN(0);
┌─────┐
│ 0.0 │
└─────┘