flintlib / arb

Arb has been merged into FLINT -- use https://github.com/flintlib/flint/ instead
http://arblib.org/
GNU Lesser General Public License v2.1
456 stars 137 forks source link

Add acb_add_error_arb #377

Closed albinahlback closed 2 years ago

albinahlback commented 2 years ago

Also add acb_add_error_arf to the documentation.

This is nice to have when developing libraries where error-bounds need to be calculated using arbs (for example if they involve special functions like upper incomplete gamma functions etc.).

Let me know if anything can be improved, or if tests are needed.

albinahlback commented 2 years ago

Why does the tests fail?

fredrik-johansson commented 2 years ago

arb_add_error_arb should be arb_add_error

albinahlback commented 2 years ago

Ah, thanks