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

Method for printing irrational numbers to n decimal places #48

Open
jakewilliami opened this issue Jan 27, 2021 · 1 comment
Open

Method for printing irrational numbers to n decimal places #48

jakewilliami opened this issue Jan 27, 2021 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@jakewilliami
Copy link
Owner

See #42, as we would have to fix some constraints with the precision of printing floats

@jakewilliami
Copy link
Owner Author

Would probably use the digits keyword argument:

julia> round(π, digits = 4)
3.1416

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant