approx_det 2.0.0-beta.2

Approximate floating point equality comparisons and assertions.
Documentation
## About The Project

This project is a fork of [`approx`](https://github.com/brendanzab/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

* Apache License, Version 2.0 ([LICENSE-APACHE]LICENSE-APACHE
  or http://www.apache.org/licenses/LICENSE-2.0)

----------------------------

# Original readme of approx

# approx

[![Build Status][travis_badge]][travis_url]
[![Version][version_badge]][crate_url]
[![Documentation][docs_badge]][docs_url]
[![Downloads][downloads_badge]][crate_url]
[![License][license_badge]][license_url]

[travis_badge]: https://travis-ci.org/brendanzab/approx.svg?branch=master
[docs_badge]: https://docs.rs/approx/badge.svg
[version_badge]: https://img.shields.io/crates/v/approx.svg
[license_badge]: https://img.shields.io/crates/l/approx.svg
[downloads_badge]: https://img.shields.io/crates/d/approx.svg

[travis_url]: https://travis-ci.org/brendanzab/approx
[docs_url]: https://docs.rs/approx
[crate_url]: https://crates.io/crates/approx
[license_url]: https://github.com/brendanzab/approx/blob/master/LICENSE

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