is_close 0.1.3

Determine whether floating point numbers are close in value
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.num-traits]
version = "0.2"

[package]
authors = ["0b11001111"]
description = "Determine whether floating point numbers are close in value"
edition = "2018"
keywords = ["testing", "float", "comparison"]
license = "MIT OR Apache-2.0"
name = "is_close"
readme = "README.md"
repository = "https://github.com/PM4Rs/is_close"
version = "0.1.3"