lua-users home
lua-l archive

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


> Inf feels worse than just losing the low-order bits of the value. It
> would have to be an extremely large value that's somehow posing as an
> int (at least 308 digits long) to not even be able to fit in a double.

Inf means the value is larger than what we can represent correctly.

-- Roberto