DLiteScript
Playground
Documentation
math.log10
Returns the base-10 logarithm of a number.
Examples
1
printf
(
"%g\n"
,
math
.
log10
(
100
))
// 2