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

Create improved big integer and big decimal classes #27

Closed
non opened this issue Jul 24, 2012 · 1 comment
Closed

Create improved big integer and big decimal classes #27

non opened this issue Jul 24, 2012 · 1 comment

Comments

@non
Copy link
Contributor

non commented Jul 24, 2012

It would be interesting to have our own implementation of these classes. Some possible improvements:

  1. Smarter context (decimal digit guarantees are annoying with binary representations)
  2. Faster implementation (possibly)
  3. MIT-licensed implementation
  4. Better methods/operators without needing implicits
  5. Laziness (possibly)
  6. Integration with Rational and Real where appropriate
@armanbilge
Copy link
Member

Scala stdlib got a better BigInt in scala/scala#9628. BigDecimal is tracked in #227.

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

2 participants