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