Progress
SQL-92
Guide and Reference


SIN Function

Returns the sine of expression.

SYNTAX

SIN ( expression ) 

EXAMPLE

This example illustrates the SIN trigonometric function:

select sin(45 * pi()/180) ’Sine of 45 degrees’ from syscalctable;
 
SINE OF 45 DEGREES
------------------ 
0.707106781186547
 
1 record selected 

NOTES

COMPATIBILITY

ODBC Compatible


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