Metadata-Version: 2.4
Name: decoint
Version: 0.1.0
Summary: An IEEE 1788-2015 compliant interval arithmetic library
Author-email: Arjav Sharma <arjav.sharma.91@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/arjavsharma91/IEEE-1788.1-2017-Interval-Arithmetic
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: gmpy2>=2.1.0
Dynamic: license-file

# IEEE-1788.1-2017 Simplified Standard For Interval Arithmetic Python Implementation

## Key Features

* **IEEE 1788.1-2017 Compliant:** Tested against the official Interval Test Framework (ITF) suite.
* **Rigorous Enclosure:** Guarantees interval enclosure using directed rounding modes.
* **Decorated Intervals:** Complete support for interval decorations (`com`, `dac`, `def`, `trv`, `ill`).
* **High Precision:** Powered by `gmpy2`'s MPFR bindings for fast, arbitrary-precision floating-point arithmetic.
* **Full Operator Set:** Includes basic arithmetic, set relations/operations, interval queries, functions, and string parsing.

