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