Lua 5.5.0-rc4 build with default configs (LUA_FLOAT_TYPE == LUA_FLOAT_DOUBLE)
in the lua(.exe), input
74.4 / 100
result: 0.74400000000000011
compare to Lua 5.4.6, the value of "LUA_NUMBER_FMT" is "%.14g"
but "%.15g" in Lua 5.5.0, and “LUA_NUMBER_FMT_N" is "%.17g"
after set "LUA_NUMBER_FMT" and "LUA_NUMBER_FMT_N" to "%.14g" and recompile
74.4 / 100
result: 0.744