Re: [ANN] Lua 5.3.0 (rc4) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Lua 5.3.0 (rc4) now available
- From: Tom N Harris <telliamed@...>
- Date: 2015年1月12日 23:00:30 -0500
On Monday, January 12, 2015 05:04:46 PM Michael Welsh Duggan wrote:
> Sean Conner <sean@conman.org> writes:
> > Easy for that case---no so easy for 2^48.
>
> 0x1000000000000
function E(x) return tonumber('1'..('0'):rep(x)) end
E(3)
4*E(48)
But now we're getting silly.
--
tom <telliamed@whoopdedo.org>