Arbitrary-precision integers, rational, floating-point and complex numbers based on GMP, MPFR and MPC.
# Cargo.toml
[dependencies]
rug = "1.29.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Arbitrary-precision integer multiplication.
Install the required libraries (e.g., libgmp-dev, libmpfr-dev, libmpc-dev on Debian/Ubuntu).
No dependency data recorded yet.