Skip to content

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

func.tan( <x> )
func.tan(90)
┌────────────────────┐
│ func.tan(90) │
├────────────────────┤
-1.995200412208242
└────────────────────┘
TAN( <x> )
SELECT TAN(90);
┌────────────────────┐
tan(90) │
├────────────────────┤
-1.995200412208242
└────────────────────┘