COS
Computes the cosine of a value in radians.
Syntax
COS(numeric_expression NUMERIC) → FLOAT
numeric_expression: The number in radians. This must be
DOUBLE
,INTEGER
, orFLOAT
.
Examples
COS example
COS example
COS example
Last updated