🦊 inari

crates.io docs build coverage rustc 1.65+

inari is a Rust implementation of interval arithmetic.

It conforms to IEEE Std 1788.1-2017. It also implements a subset of IEEE Std 1788-2015.

Supported Platforms

The following CPUs are supported:

When using the Cargo feature gmp (see below), target platforms are limited to the ones that are supported by the gmp-mpfr-sys crate. For example, MSVC is not supported.

Cargo Features

Changelog

Building the Documentation Locally

bash RUSTDOCFLAGS="--cfg docsrs --html-in-header /path/to/inari/src/_docs/header.html" cargo doc --open

The absolute path to header.html must be specified.

Related Project

References