TAN#

Returns the tangent of the input expression.

Syntax#

TAN ( float_expression )

Arguments#

float_expression

Is an expression of type float or of a type that can be implicitly converted to float, interpreted as number of radians.

Return types#

float

Examples#

SELECT TAN(-0.50);

See Also#