inari 0.6.0

A Rust implementation of set-based interval arithmetic.
docs.rs failed to build inari-0.6.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: inari-1.1.0

🦊 inari

Crate Documentation Build Status Coverage Status

A Rust implementation of set-based interval arithmetic.

Requirements

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

There is one conditional feature:

  • 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