Returns the tangent of a number.
TAN ( numeric-expression )
Parameter
Description
numeric-expression
An angle, in radians.
DOUBLE
Returns the value 0.572561:
SELECT TAN( 0.52 ) FROM iq_dummy
SQL—Vendor extension to ISO/ANSI SQL grammar.
Sybase—Compatible with Adaptive Server Enterprise.