Description
Provides techniques for division without using the normal division operation. This can be useful in specialized numeric code, code generation, or low-level optimization where division is expensive or unavailable.
It is intended for developers who understand the algorithmic tradeoffs of replacing division. It is a programming library and not a general-purpose calculator.