lua-users home
lua-l archive

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


> If someone insist on _PERFECTION_ for their floating-point output,
> then IMHO the onus is on that someone to do (and maintain) the
> necessary tweaks (and test regime) for that purpose.

If someone insists on _PERFECTION_ for their floating-point output,
they should use the hexadecimal format. Lua has full support for
hexadecimal floating-point numerals.

-- Roberto