:fox_face: inari

A Rust implementation of set-based interval arithmetic.
Requirements
The nightly Rust toolchain is required, until the new asm!
macro is stabilized.
TODO
- Pass
Interval
s by value or by reference?
- https://github.com/rust-lang/rust/issues/52274
- AVX512F support (mm512addroundpd, etc.)
- https://github.com/rust-lang/stdarch/issues/310
- Improve conformance to the standard
- More formatting options
- https://octave.sourceforge.io/interval/function/intervaltotext.html
References
- IEEE Std 1788-2015 - IEEE Standard for Interval Arithmetic. https://doi.org/10.1109/IEEESTD.2015.7140721
- IEEE Std 1788.1-2017 - IEEE Standard for Interval Arithmetic (Simplified). https://doi.org/10.1109/IEEESTD.2018.8277144