normal_floats 0.1.0

Implement floats without denormal numbers without UB
Documentation
[dependencies]

[lib]
name = "normal_floats"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Implement floats without denormal numbers without UB"
edition = "2024"
license = "MIT"
name = "normal_floats"
readme = "README.md"
repository = "https://github.com/rust-lang/cargo"
version = "0.1.0"