Registry / utility / malachite-bigint

malachite-bigint

JSON →
library0.9.1rscratesunverified

A drop-in replacement for num-bigint using the malachite arbitrary-precision arithmetic library.

# Cargo.toml [dependencies] malachite-bigint = "0.9.1"
INSTALL
IMPORT
SIG · MALACHITE-BIGINT
M
malachite-bigint
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.

BigInt
use malachite_bigint::BigInt;

Create and add two BigInt values.

use malachite_bigint::BigInt; fn main() { let a = BigInt::from(100); let b = BigInt::from(200); let sum = &a + &b; println!("{}", 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
8 hits · last 30 days
node
8
Resources
malachite-bigint — cargo add malachite-bigint · libregistry