Version: V1.0.0On this pageCOS Declaration COS(X) Description Returns the cosine of the given radians X. Example SELECT COS(PI());+-----------+| COS(PI()) |+-----------+| -1 |+-----------+1 row in set (0.001 sec)