real_float 0.3.0

Floating point types that check for correctness and implement total ordering
Documentation
[dependencies.num-traits]
optional = true
version = "0.2"

[features]
num = ["dep:num-traits"]
strict = []

[package]
categories = ["mathematics"]
description = "Floating point types that check for correctness and implement total ordering"
edition = "2021"
keywords = ["math", "float", "compare", "NaN", "panic"]
license = "MIT OR Apache-2.0"
name = "real_float"
readme = "README.md"
repository = "https://github.com/JoJoJet/real_float"
resolver = "2"
version = "0.3.0"