inari 0.9.0

A Rust implementation of set-based interval arithmetic.
docs.rs failed to build inari-0.9.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

crates.io docs build coverage

A Rust implementation of set-based interval arithmetic.

Requirements

rustc version

A recent version of the nightly toolchain is required, since the new asm! macro is used. You need to specify the toolchain by, for example, the toolchain file in your crate (see example).

Target CPU

Haswell or newer microarchitecture is required. You need to specify the target CPU by, for example, the Cargo configuration file in your crate (see example; you may want to change native to haswell for maximum compatibility if you are planning to distribute your binary).

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 dependencies. Even in that case, you still have access to all arithmetic operations that are required for writing filters for robust geometric predicates.

Made with inari

Changelog

TODO

References