Re: Definion of 'for' statement in the manual
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Definion of 'for' statement in the manual
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2015年9月26日 16:02:45 -0300
> 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