[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [Bug] math.mod behaves differently than the modulus operator.
- From: Polarina <gabrielp@...>
- Date: Sat, 26 Jan 2008 21:47:19 +0000
math.mod behaves differently than the modulus operator.
How to reproduce:
> = math.mod(7, -(1 / 0))
7
> = 7 % -(1 / 0)
nan