Sin
Summary
The Sin function returns the sine of the input parameter as an angle, expressed in radians.
Syntax
Sin(<double_exp of angle in radians>) |
Return Type
Double
Details
Examples
eval Sin( 1.57079632679 ); 1.0 select Sin( 2.61799387799 ) from Empty(rows= 1 ); 0.5000000000012941 |