changeset 383 | 6679b75048c0 |
parent 382 | 5b90c6ef1f62 |
child 384 | 08ce9e2c5618 |
--- a/LuaAPI.wiki Tue Jan 21 21:55:24 2014 +0000 +++ b/LuaAPI.wiki Wed Jan 22 01:04:39 2014 +0000 @@ -817,7 +817,7 @@ == Math Functions == -=== <tt>!div(dividend, divisor)</tt> === +=== <tt>div(dividend, divisor)</tt> === <blockquote>Performs an integer division and returns the result. The result is an integer and has the value of the first parameter (integer) divided by the second parameter (integer), rounded towards zero.