Does Lua make use of 64-bit integers? How do I use it?
Compile it yourself. Lua uses double-precision floating point numbers by default. However, this can be changed in the source (luaconf.h, look for LUA_NUMBER).
luaconf.h
LUA_NUMBER
2.1m questions
2.1m answers
60 comments
57.0k users