We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See #42, as we would have to fix some constraints with the precision of printing floats
The text was updated successfully, but these errors were encountered:
Added method handling irrational numbers (closes #38, but open questi…
2203a07
…on addressed in #48)
Would probably use the digits keyword argument:
digits
julia> round(π, digits = 4) 3.1416
Sorry, something went wrong.
ddccd6b
No branches or pull requests
See #42, as we would have to fix some constraints with the precision of printing floats
The text was updated successfully, but these errors were encountered: