malachite-float 0.4.1

The arbitrary-precision floating-point type Float, with efficient algorithms partially derived from MPFR
docs.rs failed to build malachite-float-0.4.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: malachite-float-0.8.0

Rather than using this crate directly, use the 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 further, to malachite::Float.

malachite-float

This crate defines Floats.

TODO