>>>>> 9/7/14 8:12 AM, Martin Blais wrote: > Ledger uses a rational number representation AFAIK
Correct, it uses infinite precision rationals from the GMP library, and then it uses the MPFR library to _render_ them to decimal strings in fixed precision (MPFR is doing the binary->decimal conversion and making the rounding decisions). John -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
