COS
Calculate cosine. This function returns the cosine of an angle given in radians.
Syntax
COS(X)Description
Examples
SELECT COS(PI());
+-----------+
| COS(PI()) |
+-----------+
| -1 |
+-----------+Last updated
Was this helpful?

