malachite

Crates.iomalachite
lib.rsmalachite
version
sourcesrc
created_at2022-10-18 23:43:49.24648
updated_at2025-02-03 03:56:57.060812
descriptionArbitrary-precision arithmetic, with efficient algorithms partially derived from GMP, FLINT, and MPFR.
homepagehttps://malachite.rs/
repositoryhttps://github.com/mhogrefe/malachite
max_upload_size
id691250
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Mikhail Hogrefe (mhogrefe)

documentation

README

Logo

An arbitrary-precision arithmetic library for Rust.

Parts of Malachite are derived from GMP, FLINT, and MPFR.

The documentation for Malachite is here, and its crate is here.

Floats (arbitrary-precision floating-point numbers) are in development and are currently experimental. They are missing many important functions. However, the floating-point functions that are currently implemented are thoroughly tested and documented, with the exception of string conversion functions. The current floating-point string conversion functions are incomplete and will be changed in the future to match MPFR's behavior.

Malachite is developed by Mikhail Hogrefe. Thanks to b4D8, florian1345, konstin, Rowan Hart, YunWon Jeong, Park Joon-Kyu, Antonio Mamić, OliverNChalk, shekohex, and skycloudd for additional contributions.

https://www.malachite.rs/

Copyright © 2025 Mikhail Hogrefe

Commit count: 951

cargo fmt