Is a mathematical function that returns the trigonometric cosine of the specified angle, in radians, in the specified expression.
COS ( float_expression )
float_expression
Is an expression of the float data type.
float
SELECT COS(0.50e0);
Functions