Crate reciprocal[][src]

Structs

PartialReciprocal

A PartialReciprocal represents an integer (floored) division by a u64 that’s not 0, 1 or u64::MAX.

Reciprocal

A Reciprocal represents an integer division by any non-zero u64. It consists of a regular PartialReciprocal, and a hardcoded result for u64::MAX / d.