SQL Function Reference

COS
Returns the cosine of an angle given in radians
MySQL
COS(angle)
angle
Angle specified in radians
Examples
MySQL
SELECT COS(PI()/2);