divrem 1.0.0

Division and modulus variants
Documentation
  • Coverage
  • 100%
    22 out of 22 items documented0 out of 20 items with examples
  • Size
  • Source code size: 43.28 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 17.45 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • letheed/divrem
    4 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • letheed

DivRem

Documentation

Rust library providing division and modulus variants:

  • Floored division and remainder.
  • Ceiled division and remainder.
  • Euclidian division and remaider.

For every definition, we provide a Div, a Rem and a DivRem trait.

A DivRem variant of std’s truncated division is also provided for convenience.

This crate is no_std.