lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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