MySQL Function Reference

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