Returns the tangent of x, where x is given in radians.
x
TAN( <x> )
SELECT TAN(90); ┌────────────────────┐ │ tan(90) │ ├────────────────────┤ │ -1.995200412208242 │ └────────────────────┘