Arbitrary precision decimal numbers

frame frame86 at live.com
Fri Aug 5 14:11:10 UTC 2022


On Friday, 5 August 2022 at 14:03:36 UTC, Ruby The Roobster wrote:

> Also, what about division and exponentiation.  You can't just 
> forward them to BigInt and get a good result, BigInt will just 
> round to an integer for these two.

There are divMod() and powmod() for BigInt but I have no idea how 
precise they really are.


More information about the Digitalmars-d-learn mailing list