Skip to content

Approximate floating point equality comparisons

License

Notifications You must be signed in to change notification settings

faccts/approxim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

189 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

approxim

Test Crate License Apache Docs Minimum rustc version Codecov

This is a fork of the popular approx crate. Approximate floating point equality comparisons and assertions for the Rust Programming Language.

Replace approx

To act as a drop-in replacement for approx, one can use the renaming option provided by cargo.

# Cargo.toml
[dependencies]
approx = { package = "approxim", version = "CURRENT_VERSION" }

Note that no further changes are required. Derive macros should also work with this workaround.

About

Approximate floating point equality comparisons

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%