Re: Integers, Modulus
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Integers, Modulus
- From: "Scott Morgan" <blumf@...>
- Date: 2001年12月19日 15:13:29 -0000
----- Original Message -----
From: "chbarr" <chbarr@rocketmail.com>
>
> First, I wanted to get a modulus (remainder) of two numbers. I looked
> in the Lua Reference manual and Programming Lua, and no luck.
>
> Anyone have any suggestions?
>
> thanks,
> Charles
>
http://www.lua.org/manual/manual.html#6.3
The 'mod' function is there, and appears in Plua.