lua-users home
lua-l archive

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


2012/5/21 Patrick Rapin <toupie300@gmail.com>:
>> e.g. I can do this:
>>> print(2^100)
>> 1267650600200000000000000000000
>
> But note that this is a wrong result.
> 2^100 is 1267650600228229401496703205376
>

My bad :-(, my lmapm module only have 10 precision, I have modified it to 128.