-
Notifications
You must be signed in to change notification settings - Fork 0
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
Can this version generate infinite precision if the precision is not specified? #1
Comments
@calidion currently the precision is defined at That would work for you? |
Is it the maximum precision? |
I would like to have a program to have infinite precision ability, if precision is not specified. I would get output like this. 3.1415926... each digital is generated overtime, and will continue to put new digital to the next precision. |
from decimal.js source:
I can update the precision to be equal to 1e9 by default, that would work for you? |
Can the precision be dynamic? |
Not sure |
Would you consider this algorithm? |
@calidion I don't have time to make big changes to this package, but feel free to create a PR if you want to. |
OK. |
@calidion any progress on this? ;) |
Sorry, I don't have time currently. |
Oh, no problem. i hope we can add stuff to this package in the future. |
Issue reported at MikeMcl/decimal.js#9 (comment)
The text was updated successfully, but these errors were encountered: