DLiteScript
Playground
Documentation
math.tan
Returns the tangent of an angle in radians.
Examples
1
printf
(
"%g\n"
,
math
.
tan
(
0
))
// 0