COS#

Is a mathematical function that returns the trigonometric cosine of the specified angle, in radians, in the specified expression.

Syntax#

COS ( float_expression )

Arguments#

float_expression

Is an expression of the float data type.

Return types#

float

Examples#

SELECT COS(0.50e0);

See Also#