lua-users home
lua-l archive

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


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>