Returns the tangent of a number.
TAN( numeric-expression )
numeric-expression An angle, in radians.
DOUBLE
The ATAN and TAN functions are inverse operations.
This function converts its argument to DOUBLE, performs the computation in double-precision floating point, and returns a DOUBLE as the result.
SQL/2003 Vendor extension.
The following statement returns the value of the tan of 0.52.
SELECT TAN( 0.52 ); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |