[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Formatting numbers without precision loss
- From: Thijs Schreijer <thijs@...>
- Date: Tue, 20 Jun 2023 18:36:03 +0200
> On 20 Jun 2023, at 18:15, DENIS <denis@denis.com.br> wrote:
>
> suggestion to use
>
>
> https://web.tecgraf.puc-rio.br/~lhf/ftp/lua/
> lbc
> A simple arbitrary-precision library for Lua based on GNU bc.
> 5.x
> lbn
> An arbitrary-precision integer library for Lua based on OpenSSL bn.
> 5.x
> limath
> An arbitrary-precision integer library for Lua based on imath.
> 5.x
> lint64
> A library for using 64-bit integers in Lua.
> 5.x
>
> https://gmplib.org/
>
I know of (some of) those. But that’s like shooting a mosquito with a cannon, considering the problem at hand.
Thx
Thijs