🦊 inari

crates.io docs build coverage

inari is a Rust implementation of interval arithmetic.

Supported Rust Versions

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

This is because there are a few unstable features that the crate depends on: 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), the target platforms are limited to the ones that are supported by the gmp-mpfr-sys crate.

Cargo Features

Changelog

Related Projects

TODO

References