Skip to content
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

Closed
rust-highfive opened this issue Sep 28, 2014 · 5 comments
Closed

Add a BigDecimal type #8

rust-highfive opened this issue Sep 28, 2014 · 5 comments

Comments

@rust-highfive
Copy link

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.

@ghost
Copy link

ghost commented May 14, 2015

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.

@emabee
Copy link

emabee commented Dec 10, 2015

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)

@cuviper
Copy link
Member

cuviper commented Dec 17, 2015

@emabee, if you want to work on this, I'd say @mdcox's claim has expired.

@cuviper
Copy link
Member

cuviper commented Dec 19, 2017

I believe a few developers are active with the bigdecimal crate:
https://crates.io/crates/bigdecimal

@cuviper cuviper closed this as completed Dec 19, 2017
@XVilka
Copy link

XVilka commented Jun 13, 2019

There are also:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants