malachite
malachite copied to clipboard
Interval Analysis
I know it is porting algorithms from FLINT, GMP, and MPFR, but within FLINT is the Arb ball arithmetic library: https://dl.acm.org/doi/10.1145/2576802.2576828
Is Malachite designed for interval analysis algorithms, or is it intended for different algorithms from FLINT?
If not, could it be extended to account for such? I am currently working on learning Rust, and I’d be interested in contributing if that is the case.