DLiteScript
Playground
Documentation
math.log
Returns the natural logarithm of a number.
Examples
1
printf
(
"%g\n"
,
math
.
log
(
2.718281828459045
))
// ≈ 1