Progress
SQL-92
Guide and Reference


TAN Function

Returns the tangent of expression.

SYNTAX

TAN ( expression ) 

EXAMPLE

The following example shows how to use the TAN function:

select tan(45 * pi()/180) ’Tangent of 45 degrees’ from 
     sysprogress.syscalctable;
 
TANGENT OF 45 DEGREES
--------------------- 
1.000000000000000
 
1 record selected 

NOTES

COMPATIBILITY

ODBC Compatible


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095