With Java's BigDecimal
, it's possible to have unlimited precision and specified rounding & scale with a string constructor.
I've seen GNU's GMP, boost's multiprecision, and MPFR, but none seem to have theses characteristics.
Can any of them do this? If so, how? If not, how can this be done?