Any library with higt-preposition doudles?
Craig Dillabaugh
cdillaba at cg.scs.carleton.ca
Thu Aug 29 06:37:46 PDT 2013
On Thursday, 29 August 2013 at 09:33:12 UTC, ilya-stromberg wrote:
> Hi.
>
> Do you know any library with high-precision doubles? I need at
> least 20-30 decimal digits without rounding, it will be better
> to have 50-100 decimal digits.
>
> Thanks.
This isn't a D library, but GMP might fit your needs:
http://gmplib.org/
It is in C, so you should be able to interface with D code.
Craig
More information about the Digitalmars-d
mailing list