real_float 0.1.0

Floating point types that check for correctness and implement total ordering
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.num-traits]
optional = true
version = "0.2"

[features]
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"
repository = "https://github.com/JoJoJet/real_float"
resolver = "2"
version = "0.1.0"