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