TAN

Learn how to use the TAN numeric function in PlaidCloud Lakehouse. Returns the tangent of x, where x is given in radians. Includes syntax and examples.

Returns the tangent of x, where x is given in radians.

Analyze Syntax

func.tan( <x> )

Analyze Examples

func.tan(90)

┌────────────────────┐
    func.tan(90)    
├────────────────────┤
 -1.995200412208242 
└────────────────────┘

SQL Syntax

TAN( <x> )

SQL Examples

SELECT TAN(90);

┌────────────────────┐
       tan(90)      
├────────────────────┤
 -1.995200412208242 
└────────────────────┘