Rust bindings to the Arb library.
Arb is a C library for rigorous real and complex arithmetic with arbitrary precision.
Most of Arb is covered, however some functions require *mut
where *const
will suffice (these need to be corrected but the bindings will still work as expected).
This crate requires the Arb library to be installed: