normal_floats 0.2.0

Implement floats without denormal numbers without UB
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 7.74 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.75 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 15s Average build duration of successful builds.
  • all releases: 15s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • rust-lang/cargo
    14676 2846 1500
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • aDifferentJT

Implement Normal<f32> and Normal<f64> which support Add, Sub, Mul, Div without denormal numbers.