top of page
99
MySQL 8.0
COS
Syntax:
COS(X)
Returns the cosine of X, where X is given in radians.
mysql> SELECT COS(PI());
-> -1
bottom of page
MySQL 8.0
Syntax:
COS(X)
Returns the cosine of X, where X is given in radians.
mysql> SELECT COS(PI());
-> -1