Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhogrefe/malachite
An arbitrary-precision arithmetic library for Rust.
https://github.com/mhogrefe/malachite
Last synced: 11 days ago
JSON representation
An arbitrary-precision arithmetic library for Rust.
- Host: GitHub
- URL: https://github.com/mhogrefe/malachite
- Owner: mhogrefe
- License: lgpl-3.0
- Created: 2017-04-29T02:13:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-05T05:00:19.000Z (2 months ago)
- Last Synced: 2024-10-05T06:50:26.150Z (about 1 month ago)
- Language: Rust
- Size: 26.5 MB
- Stars: 451
- Watchers: 7
- Forks: 17
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
An arbitrary-precision arithmetic library for Rust.
Parts of Malachite are derived from [GMP](https://gmplib.org/),
[FLINT](https://www.flintlib.org/), and [MPFR](https://www.mpfr.org/).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