malachite-float 0.9.1

The arbitrary-precision floating-point type Float, with efficient algorithms partially derived from MPFR.
Documentation
- [crates.io]https://crates.io/crates/malachite-float
- [docs.rs]https://docs.rs/malachite-float/latest/malachite_float/

Rather than using this crate directly, use the
[`malachite`](https://crates.io/crates/malachite) meta-crate. It re-exports all of this crate's
public members.

In `malachite-float`'s doctests you will frequently see import paths beginning with
`malachite_float::`. When using the `malachite` crate, replace this part of the paths with
`malachite::`.

The import path of the `Float` type is shortened to `malachite::Float`.

# malachite-float
This crate defines
[`Float`](https://docs.rs/malachite-float/latest/malachite_float/struct.Float.html)s.

TODO

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.

Copyright © 2026 Mikhail Hogrefe