Course
Simulator
More
Premium
Log in
MySQL Function Reference
Functions
COS
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
)
;