Add a BigDecimal type #8
Closed
Comments
I just ran into a place where I needed this, so since no one's touched it since bringing it up in September, I'm gonna take a crack at it. Commenting here just for the record and to let other precision-demanding people know that it's on it's way. |
Is this still in the works? I'd be interested in trying it out (I'm using nightly anyway, since I also want to use serde) |
Closed
Closed
remexre
pushed a commit
to remexre/num
that referenced
this issue
Jun 1, 2017
fix bug in documentation
I believe a few developers are active with the bigdecimal crate: |
There are also:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
andBigRational
but not an arbitrary precision decimal type similar to Java'sBigDecimal
or SQL'sNUMERIC
type.The text was updated successfully, but these errors were encountered: