1
2
3
4
5
6
7
//! These division functions use a different type of long division than the binary long division
//! typically used by software to divide integers larger than the size of the cpus native hardware
//! division.

mod all_all;

pub use all_all::*;