lua-users home
lua-l archive

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


Edit: Sorry, it is late, I'm a bit tired...
Lua uses 14 digits and not 16, which is the maximum a double could hold.
  #define LUA_NUMBER_FMT		"%.14g"