Loading lesson path
Concept visual
Start at both ends
Return the cosine of a number:
SELECT COS(2);The COS() function returns the cosine of a number.
number )
Required. A numeric value
From MySQL 4.0
Return the cosine of a number:
SELECT COS(PI());❮ MySQL Functions