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

Reply via email to