unsafe_math_trait 0.1.1

unsafe_math trait
Documentation
  • Coverage
  • 22.22%
    2 out of 9 items documented0 out of 8 items with examples
  • Size
  • Source code size: 4.28 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 350.43 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • platonvin/unsafe_math
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • platonvin

Helper trait to provide the fast-math operations

Originally i wanted to just pick functions based on type inside macro, but they dont have acces to type information. And traits just happen to do exactly whats needed.