assert-within 0.1.3

Macro for testing that (generic) floating point numbers are within some tolerance
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "assert-within"
version = "0.1.3"
edition = "2024"
authors = ["Chris Beck <beck.ct@gmail.com>"]
keywords = ["assert", "test", "numerics", "macro", "no_std"]
categories = ["development-tools"]
description = "Macro for testing that (generic) floating point numbers are within some tolerance"
license = "MIT OR Apache-2.0"
repository = "https://github.com/cbeck88/assert-within"

[dependencies]
num-traits = { version = "0.2.19", default-features = false }