Expand description
An implementation of rational numbers and operations.
Modules§
- extras
- Contains some helper functions that can be useful and/or fun.
Structs§
- Rational
- A rational number (a fraction of two integers).
Enums§
- Parse
Rational Error - An error which can be returned when parsing a
Rational
.