Returns the tangent of the input expression.
TAN ( float_expression )
float_expression
Is an expression of type float or of a type that can be implicitly converted to float, interpreted as number of radians.
float
SELECT TAN(-0.50);
Functions