Crate malachite

Source

Modules§

base
This module contains various functions that support the other crates. This includes many numeric traits and their implementation for primitive numeric types, as well as many functions for exhaustively and randomly generating values of many types.
integer
Integer, a type representing integers with arbitrarily large absolute values.
natural
Natural, a type representing arbitrarily large non-negative integers.

Structs§

Integer
An integer.
Natural
A natural (non-negative) integer.
Rational
A rational number.