New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a BigDecimal type #8
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) |
fix bug in documentation
I believe a few developers are active with the bigdecimal crate: |
There are also:
|
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: