-
Notifications
You must be signed in to change notification settings - Fork 141
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
arb_get_str() & arb_set_str() does not preserve value #412
Comments
Neither |
@albinahlback Thanks, I am aware of that. I am not saying that the implementation breaks the documentation. |
Then what is your issue? You asked if |
My question was: Shouldn't |
Consider the following C program.
When run (with Arb 2.22.1 from conda-forge) it prints:
I understand that
arb_get_str()
can introduce imprecision and I also understand that I should probably usearb_dump_str
to serialize anarb_t
; but shouldn'tarb_set_str()
preserve the radius?The text was updated successfully, but these errors were encountered: