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

BigFloat add_mul and sub_mul using MPFR #213

Open
nsajko opened this issue Apr 19, 2023 · 1 comment
Open

BigFloat add_mul and sub_mul using MPFR #213

nsajko opened this issue Apr 19, 2023 · 1 comment

Comments

@nsajko
Copy link
Contributor

nsajko commented Apr 19, 2023

After #211 it might also make sense to implement the three-argument BigFloat versions of the add_mul and sub_mul operations in terms of mpfr_fma and mpfr_fms.

@blegat
Copy link
Member

blegat commented Apr 19, 2023

Indeed, I didn't know that there were these in MPFR, it would definitely make sense

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants