lua-users home
lua-l archive

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



Would it be nice to exchange these places? I mean, for me the Lua _core_ was quite clean, but the standard libraries need fiddling with in order to be run as 'float'.

One example (a tricky one) is 'os.time()' which would lose accuracy if returning a float (values don't fit in 24 bit mantissa).

-ak

22.12.2004 kello 02:54, Brett Bibby kirjoitti:

  In the current
Lua 5 I have to change numerous places to switch form double to float.