mpfi
« Back to VersTracker
Description:
Multiple precision interval arithmetic library
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: mathematics scientific-computing c-library numerical-analysis mpfr
Install: brew install mpfi
About:
MPFI is a C library for multiple precision interval arithmetic based on MPFR. It provides reliable numerical computations by representing numbers as intervals to handle rounding errors, ensuring rigorous results for mathematical functions.
Key Features:
  • Arbitrary precision interval arithmetic
  • Based on the reliable MPFR library
  • Comprehensive set of mathematical functions
  • C API for integration into other software
Use Cases:
  • Scientific computing requiring rigorous error bounds
  • Verified numerical analysis and computational geometry
  • Benchmarking and testing numerical algorithms
Alternatives:
  • GMP – GMP provides arbitrary precision arithmetic but not interval arithmetic for error bounding
  • MPFR – MPFR offers precise floating-point arithmetic; MPFI builds on it to provide interval-based computations
Version History
Detected Version Rev Change Commit
Sep 11, 2025 5:27am 0 VERSION_BUMP 4e67ca79