-
Notifications
You must be signed in to change notification settings - Fork 74
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
Set precision to more than 100 #62
Comments
Well... you can clone and change the hard-coded value until the I think there are a few places that fix that precision to 100, like |
Nah, mate. I never meant to imply this crate is disappointing. I just wondered if I have missed something. Keep up the good work! :) |
Is there an issue or PR tracking the |
If i understand correctly, the maximum allowed precision is 100 even if I try to use
with_prec
. This is a very low number. I am trying to make a program that calculates Pi. Isn't there a way to increase the precision to something like 1,000,000?The text was updated successfully, but these errors were encountered: