[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] LuaX, bang, ypp, panda, ...
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sat, 23 Sep 2023 19:55:26 -0300
> I found 'imath' and read the explanation and was curious
> Does this mean that it can support 'Bignum' calculations? When it comes to arbitrary precision, is 64 bits the maximum?
Yes, imath is a Bignum library.
The limit in its arbitrary precision is memory.
Try this code:
local B=require"imath"
local x=B.new(1)
for n=1,100 do x=x*n print(x) end
- References:
- [ANN] LuaX, bang, ypp, panda, ..., lua
- Re: [ANN] LuaX, bang, ypp, panda, ..., 浜崎鮎太郎
- Prev by Date:
Re: cannot get luac.exe to work.
- Next by Date:
Re: [ANN] LuaX, bang, ypp, panda, ...
- Previous by thread:
Re: [ANN] LuaX, bang, ypp, panda, ...
- Next by thread:
Re: [ANN] LuaX, bang, ypp, panda, ...
- Index(es):