summaryrefslogtreecommitdiff
path: root/server/locale/en-US/libs/lua/math.lni
diff options
context:
space:
mode:
Diffstat (limited to 'server/locale/en-US/libs/lua/math.lni')
-rw-r--r--server/locale/en-US/libs/lua/math.lni6
1 files changed, 6 insertions, 0 deletions
diff --git a/server/locale/en-US/libs/lua/math.lni b/server/locale/en-US/libs/lua/math.lni
index 0a89176e..e5bfb122 100644
--- a/server/locale/en-US/libs/lua/math.lni
+++ b/server/locale/en-US/libs/lua/math.lni
@@ -46,6 +46,12 @@ description = 'A value larger than any other numeric value.'
[log]
description = 'Returns the logarithm of `x` in the given base.'
+['log Lua 5.1']
+description = 'Returns the natural logarithm of `x` .'
+
+[log10]
+description = 'Returns the base-10 logarithm of x.'
+
[ldexp]
description = 'Returns `m * (2 ^ e)` .'