malachite

Crates.iomalachite
lib.rsmalachite
version0.4.14
sourcesrc
created_at2022-10-18 23:43:49.24648
updated_at2024-06-22 04:23:27.846671
descriptionArbitrary-precision arithmetic, with efficient algorithms partially derived from GMP and FLINT
homepagehttps://malachite.rs/
repositoryhttps://github.com/mhogrefe/malachite
max_upload_size
id691250
size6,926
Mikhail Hogrefe (mhogrefe)

documentation

README

Logo

An arbitrary-precision arithmetic library for Rust.

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

Floats (arbitrary-precision floating-point numbers) are in development and are currently experimental. They are missing many important functions. However, the functions that are currently implemented are thoroughly tested and documented, with the exception of string conversion functions. The current string conversions 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, and shekohex for additional contributions.

https://www.malachite.rs/

Copyright © 2024 Mikhail Hogrefe

Commit count: 930

cargo fmt