Crate rational

Source
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§

ParseRationalError
An error which can be returned when parsing a Rational.