#assert #equality #approximate #comparison

no-std approx_det

Approximate floating point equality comparisons and assertions

4 releases (1 stable)

2.0.0 Sep 23, 2025
2.0.0-beta.2 Sep 22, 2025

#510 in Math

Download history 91/week @ 2025-09-24 10/week @ 2025-10-01 16/week @ 2025-10-08 24/week @ 2025-10-15 31/week @ 2025-10-22 6/week @ 2025-10-29 1/week @ 2025-11-12 1/week @ 2025-11-26

58 downloads per month
Used in 4 crates

Apache-2.0

45KB
832 lines

About The Project

This project is a fork of approx.

Like the upstream, approx_det provides approximate floating point equality comparisons and assertions for the Rust Programming Language, with more features.

Usage

Same as original.

License

The original approx is licensed under


Original readme of approx

approx

Build Status Version Documentation Downloads License

Approximate floating point equality comparisons and assertions for the Rust Programming Language.

Dependencies

~190KB