Watch the 7.3 Webinar On-Demand
This new release brings updates to Universal Storage, query
optimization, and usability that you won’t want to miss.
Computes the cosine of x, where x is given in radians.
COS (x)
x
: the argument in radiansFloat or double. NULL if x is NULL.
SELECT COS(3.14159265359);
+--------------------+
| cos(3.14159265359) |
+--------------------+
| -1 |
+--------------------+
1 row in set (0.05 sec)