typerat 0.0.4

Type-level rational numbers based on `typenum`.
Documentation
1
2
3
4
5
6
7
8
9
mod add;
mod div;
mod mul;
mod neg;
mod rem;
mod sub;

mod recip;
pub use recip::Recip;