lua-users home
lua-l archive

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


It was thus said that the Great Daurnimator once stated:
> On 12 January 2015 at 16:42, Sean Conner <sean@conman.org> wrote:
> >
> >   Speaking of which, math.huge exists, but there is no corresponding
> > constant for the largest integer.
> >
> 
> http://www.lua.org/manual/5.3/manual.html#pdf-math.maxinteger

  D'oh!  You're right.  I think I misread the description for math.max()
instead.  

  Thanks.

  -spc