🦊 inari

crates.io docs build coverage

inari is a Rust implementation of interval arithmetic.

Supported Rust Versions

A nightly toolchain >= nightly-2021-10-05 is required.

The requirement of a nightly toolchain is due to a few unstable features used in the crate: asm, stdsimd, etc. To use the crate as a dependency, you need to override the toolchain in your project. Here is an example that does this with the rust-toolchain file.

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.

Cargo Features

Changelog

Related Projects

References