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