-
Notifications
You must be signed in to change notification settings - Fork 11
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
Don't use BigFloat.exact
in repr output.
#11
Comments
At the same time, disable the use of |
We need to support various cases:
Proposed behaviour:
|
Do you even need |
Moving this out of the 0.4.0 milestone. |
repr
output forBigFloat
objects should show the hex form of the float instead, since recreation is then unaffected by context.str
can continue to show a decimal string.The text was updated successfully, but these errors were encountered: