lua-users home
lua-l archive

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


> There are far too many internal dependancies on the number type being
> a floating point type.

How many is far too many? I personally only know about four or five places 
where Lua assumes that numbers are float, outside the math library. 

-- Roberto