aprox_eq 1.1.0

A simple crate for determining aproximate equality between floating point types and deriving this capability to struct comprised of floating point numbers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies.aprox_derive]
version = "0.1.0"

[package]
authors = ["Evan Overman <evanrileyoverman@gmail.com>"]
description = "A simple crate for determining aproximate equality between floating point types and deriving this capability to struct comprised of floating point numbers."
edition = "2021"
license = "MIT"
name = "aprox_eq"
readme = "README.md"
repository = "https://github.com/an-prata/aprox_eq"
version = "1.1.0"