float-cmp 0.1.0

Floating point approximate comparison traits
docs.rs failed to build float-cmp-0.1.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: float-cmp-0.9.0

float-cmp

Build Status

Documentation is available at https://mikedilger.github.io/float-cmp

float-cmp defines traits for approximate floating point comparison, including ApproxEq, ApproxOrd, and Ulps, where the caller specifies the number of adjacent floating point representations (called ulps) that are allowed between two comparands which are to be considered equal if they are within that distance of each other.

For more information about floating point comparison and many other suprising facts and oddities about floating point numbers, please refer to the following excellent website: https://randomascii.wordpress.com/2012/02/25/comparing-floating-point-numbers-2012-edition/