inari 0.8.0

A Rust implementation of set-based interval arithmetic.
Documentation

🦊 inari

crates.io docs build coverage

A Rust implementation of set-based interval arithmetic.

Requirements

The nightly Rust toolchain is required, since the new asm! macro is used.

Conditional features

  • gmp (enabled by default) - Enables operations that depend on GMP and MPFR, namely transcendental functions and conversion between texts and intervals. You can opt-out the feature to reduce dependency. Even in that case, you can still access to basic arithmetic operations that are required for writing filters for geometric predicates.

Made with inari

Changelog

TODO

References