Crates.io | malachite-float |
lib.rs | malachite-float |
version | 0.4.16 |
source | src |
created_at | 2023-09-03 01:55:16.937061 |
updated_at | 2024-09-05 05:02:06.045136 |
description | The arbitrary-precision floating-point type Float, with efficient algorithms partially derived from MPFR |
homepage | https://malachite.rs/ |
repository | https://github.com/mhogrefe/malachite |
max_upload_size | |
id | 962030 |
size | 5,495,147 |
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
.
This crate defines
Float
s.
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