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

big double? #6

Open
pakLebah opened this issue Sep 23, 2016 · 1 comment
Open

big double? #6

pakLebah opened this issue Sep 23, 2016 · 1 comment

Comments

@pakLebah
Copy link

pakLebah commented Sep 23, 2016

Hi,

Any plan to support big double? Say, to count division up to n digit precision. You know, like digit of pi calculation but more natural.

Thank you.

-Bee

@lorentey
Copy link
Collaborator

Oh, definitely! With big integers already available, it seems it would not be too hard to build basic arithmetic operations for arbitrary precision fixed point and/or floating point numbers. Rational and interval arithmetic are also quite straightforward to implement, I think.

Implementing common transcendental functions for these types would be an interesting exercise. (I've never done that before. Then again, I haven't build a bigint lib before this one, either.)

I don't expect I'll have resources to work on these before the end of the year — it would be a nice weekend project, but I can't promise I'll do it soon. PRs are welcome. 😛

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