malachite-float

Crates.iomalachite-float
lib.rsmalachite-float
version0.4.14
sourcesrc
created_at2023-09-03 01:55:16.937061
updated_at2024-06-22 04:23:12.417925
descriptionThe arbitrary-precision floating-point type Float, with efficient algorithms partially derived from MPFR
homepagehttps://malachite.rs/
repositoryhttps://github.com/mhogrefe/malachite
max_upload_size
id962030
size4,120,498
Mikhail Hogrefe (mhogrefe)

documentation

README

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 to malachite::Float.

malachite-float

This crate defines Floats.

TODO

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.

Copyright © 2024 Mikhail Hogrefe

Commit count: 930

cargo fmt