Crates.io | malachite |
lib.rs | malachite |
version | 0.4.16 |
source | src |
created_at | 2022-10-18 23:43:49.24648 |
updated_at | 2024-09-05 05:02:23.430463 |
description | Arbitrary-precision arithmetic, with efficient algorithms partially derived from GMP and FLINT |
homepage | https://malachite.rs/ |
repository | https://github.com/mhogrefe/malachite |
max_upload_size | |
id | 691250 |
size | 7,134 |
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 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 Rowan Hart, YunWon Jeong, Park Joon-Kyu, Antonio Mamić, John Vandenberg, b4D8, florian1345, konstin, OliverNChalk, and shekohex for additional contributions.
Copyright © 2024 Mikhail Hogrefe