lua-users home
lua-l archive

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



IMHO, if both numbers are inside range 2^53...2^63, they should be compared
using conversion to integers, despite of possible performance penalty.

How uneasy numeric comparison is implemented in Python
http://stackoverflow.com/q/30100725/1847592