normal_floats 0.2.0

Implement floats without denormal numbers without UB
Documentation
1
2
3
4
5
6
7
8
9
[package]
name = "normal_floats"
version = "0.2.0"
edition = "2024"
license = "MIT"
description = "Implement floats without denormal numbers without UB"
repository = "https://github.com/rust-lang/cargo"

[dependencies]