ratio 0.0.0

Compile-time rational arithmetic
Documentation
  • Coverage
  • 4.76%
    1 out of 21 items documented0 out of 18 items with examples
  • Size
  • Source code size: 2.35 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 833.26 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ecstatic-morse

Ratio

A library for compile-time rational arithmetic. At the moment, this crate contains only the Rational trait. However, when const generics land, it will be updated to include a Ratio<N, D> type which implements Rational.