ASA SQL Reference
SQL Functions
Alphabetical list of functions
Returns the cosine of a number.
COS ( numeric-expression )
numeric expression The angle, in radians.
SQL/92 Vendor extension.
SQL/99 Vendor extension.
Sybase Compatible with Adaptive Server Enterprise.
The statement
SELECT COS( 0.52 )
returns the value 0.86781.