Syntax COS(X) Purpose You can call this function to return the cosine of the X radian. Examples obclient> SELECT COS(PI()); +-----------+ COS(PI()) +-----------+ -1 +-----------+ 1 row in set (0.01 sec)