Registry / utility / malachite-nz

malachite-nz

JSON →
library0.9.1rscratesunverified

The bignum types Natural and Integer, with efficient algorithms partially derived from GMP and FLINT.

# Cargo.toml [dependencies] malachite-nz = "0.9.1"
INSTALL
IMPORT
SIG · MALACHITE-NZ
M
malachite-nz
utilityrustv0.9.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Natural
use malachite_nz::Natural;

Create and add two Natural numbers

use malachite_nz::Natural; fn main() { let a = Natural::from(42u32); let b = Natural::from(10u32); let sum = &a + &b; println!("Sum: {}", sum); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
malachite-nz — cargo add malachite-nz · libregistry