Re: Fwd: Lua 5.3.4 Floor division raise error
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Fwd: Lua 5.3.4 Floor division raise error
- From: Andrew Gierth <andrew@...>
- Date: 2018年2月14日 11:07:26 +0000
>>>>> "Guislain" == Guislain Duthieuw <guislain.duthieuw@gmail.com> writes:
Guislain> This seems inconsistent between division and floor division,
Obviously because normal division is always returning a float, whereas
floor division between integers returns an integer.
--
Andrew.