Assertions for floating-point equality.
# Cargo.toml
[dependencies]
assert_float_eq = "1.2.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Asserts that two floating-point numbers are approximately equal within a tolerance.
Always specify a tolerance like `r2nd <= 1e-6` or `abs <= 1e-6`.
No dependency data recorded yet.