Course
Simulator
More
Premium
Log in
SQL Function Reference
Functions
COS
COS
Returns the cosine of an angle given in radians
MySQL
COS
(
angle
)
angle
Angle specified in radians
Examples
MySQL
SELECT
COS
(
PI
(
)
/
2
)
;