IntervalArithmetic.jl
IntervalArithmetic.jl is a Julia package for validated numerics in Julia. All calculations are carried out using interval arithmetic where quantities are treated as intervals. The final result is a rigorous enclosure of the true value.
Installation
julia> using Pkg # Julia v1.9 or above
julia> Pkg.add("IntervalArithmetic")
Citation
If you use the IntervalArithmetic library in your publication, research, teaching, or other activities, please use the BibTeX template CITATION.bib.
Related packages
- MPFI.jl, a Julia wrapper around the MPFI C library, a multiple-precision interval arithmetic library based on MPFR
- Intervals.jl, an alternative implementation of basic interval functions by Invenia Technical Computing