Module rational

Module rational 

Source
Expand description

A module to represent and interact with rational numbers.

Structs§

ParseRatioError
Ratio
Represents the ratio between two numbers.

Type Aliases§

BigRational
Alias for arbitrary precision rationals.
RationalDeprecated
Alias for a Ratio of machine-sized integers.
Rational32
Alias for a Ratio of 32-bit-sized integers.
Rational64
Alias for a Ratio of 64-bit-sized integers.