|
Lua stores floats in their native format. There is no differenceYes I was already assuming that. I meant was that printf displays 1.#INF00 while lua print displays inf. So does it mean that the print functions are responsible for showing the different outputs rather than the native representation of the large float?
between a C 1.#INF00 and a Lua inf.