Docs.rs
malachite-0.4.20
malachite 0.4.20
Docs.rs crate page
LGPL-3.0-only
Links
Homepage
Repository
crates.io
Source
Owners
mhogrefe
Dependencies
embed-doc-image ^0.1.4
normal
optional
malachite-base ^0.4.20
normal
malachite-float ^0.4.20
normal
optional
malachite-nz ^0.4.20
normal
optional
malachite-q ^0.4.20
normal
optional
serde ^1.0.188
normal
optional
Versions
50%
of the crate is documented
This release has been yanked, go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
malachite
0.4.20
All Items
Crate Items
Modules
Structs
Crate
malachite
Copy item path
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.