Module rug::rational [] [src]

Arbitrary-precision rational numbers.

This module provides support for arbitrary-precision rational numbers of type Rational.

Structs

ParseRationalError

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

SmallRational

A small rational number that does not require any memory allocation.