-
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
add support for mpfr_get_z_2exp #80
Comments
Apologies for the (very) late response; you've probably already figured out that this library doesn't get as frequently maintained as it should, and moved on. But in case you haven't: Have you looked at |
No problem, I ended up writing my own implementation of IEEE 754.
Ok. |
Not closing this issue, because it would make sense to have analogues of the various I'd also need to figure out the right names to use; if we have a function |
maybe
|
We (libre-riscv.org) are thinking of using bigfloat to test a hardware floating-point implementation. It would be useful to be able to extract the exact value as a python2 long/python3 int since that's probably much more efficient than using conversion to/from string for each conversion.
The text was updated successfully, but these errors were encountered: