[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: problem with string.format %d and very large integers
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sat, 30 Jul 2011 15:00:22 -0300
> moreover it could change from version to version, so you
> would have to rewrite the function for each new Lua release.
Given that new Lua versions are rare, this does not seem to be a real problem.
> it would very important to react _at runtime_ in a reliable way to the
> different implementations of the interpreter.
As stated in the manual, Lua numbers are double-precision floating-point
numbers. Different implementations of the interpreter are probably not
that common.
- References:
- problem with string.format %d and very large integers, Norman Ramsey
- Re: problem with string.format %d and very large integers, Luiz Henrique de Figueiredo
- Re: problem with string.format %d and very large integers, Lorenzo Donati
- Re: problem with string.format %d and very large integers, KHMan
- Re: problem with string.format %d and very large integers, Lorenzo Donati
- Re: problem with string.format %d and very large integers, Roberto Ierusalimschy
- Re: problem with string.format %d and very large integers, Lorenzo Donati
- Re: problem with string.format %d and very large integers, Lorenzo Donati
- Re: problem with string.format %d and very large integers, liam mail
- Re: problem with string.format %d and very large integers, Lorenzo Donati