lua-users home
lua-l archive

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


Hi,
Lua use double to represent all kind of numbers, so if I push a long long number
into the stack from C function, it will be converted to double and lost precision. How to handle this
problem? In my application, long long is important for some huge number.
 
Thank you