Skip to main content
DLiteScript
Playground
Documentation
DLiteScript - A Delightfully Simple Scripting Language
Documentation
Standard Library
math Namespace
math.tan
math.tan
Returns the tangent of an angle in radians.
Examples
1
printf
(
"%g\n"
,
math
.
tan
(
0
))
// 0
Improve this page