Returns the tangent of a number.
TAN ( numeric-expression )
numeric-expression An angle, in radians.
The following statement returns the value 0.572561.
SELECT TAN( 0.52 ) FROM iq_dummy
SQL/92 Vendor extension.
Sybase Compatible with Adaptive Server Enterprise.
“COS function [Numeric]”
“SIN function [Numeric]”