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