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