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