Comment # 10
on bug 9162
from Hadriel Kaplan
As far as I know, Lua's result is undefined - like C.
See:
http://tinyurl.com/mnrw5o7
On my system it generates infinity. I suppose since we compile Lua numbers as
doubles then Lua number/0 should always result in infinity for wslua.(?) But
there's no infinity for integers (obviously), so for 64-bit ints I could make
it generate an error.
I'm cool with whatever result you want it to have.
You are receiving this mail because:
- You are watching all bug changes.