lua-users home
lua-l archive

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


> Huh. I'm surprised that's not using int64 since it's Lua 5.3, unless
> tonumber() is expressly asking for a double conversion. I wouldn't
> have expected this behavior.

Eponentiation always result in a float, so 2^53 is a float.

-- Roberto