Issue by sfackler
Monday Sep 02, 2013 at 21:24 GMT
For earlier discussion, see rust-lang/rust#8937
This issue was labelled with: A-libs, E-easy, E-hard in the Rust repository
libextra already has BigInt, BigUint and BigRational but not an arbitrary precision decimal type similar to Java's BigDecimal or SQL's NUMERIC type.
Monday Sep 02, 2013 at 21:24 GMT
For earlier discussion, see rust-lang/rust#8937
This issue was labelled with: A-libs, E-easy, E-hard in the Rust repository
libextra already has
BigInt,BigUintandBigRationalbut not an arbitrary precision decimal type similar to Java'sBigDecimalor SQL'sNUMERICtype.