Cos
Summary
The Cos function returns the cosine of the input parameter as an angle, expressed in radians.
Syntax
Cos(<double_exp of angle in radians>) |
Return Type
Double
Details
Examples
eval Cos( 0 ); 1.0 select Cos( 1.04719755 ) from Empty(rows= 1 ); 0.5000000010362842 |
Related Functions