[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Problem with integer division in Lua 5.3.1
- From: Roberto Ierusalimschy <roberto@...>
- Date: Sat, 28 Nov 2015 13:34:30 -0200
> I guess that clears up my misunderstanding, but I still regard an operation
> called "integer division" which sometimes returns a result of type "float"
> to be counterintuitive.
As I explained a few messages ago, the operation is not called integer
division. It is called floor division.
-- Roberto