Docs.rs
malachite-float-0.4.2
malachite-float 0.4.2
Docs.rs crate page
LGPL-3.0-only
Links
Homepage
Repository
crates.io
Source
Owners
mhogrefe
Dependencies
itertools ^0.11.0
normal
malachite-base ^0.4.2
normal
malachite-nz ^0.4.2
normal
malachite-q ^0.4.2
normal
num ^0.4.1
normal
rug ^1.21.0
normal
serde ^1.0.188
normal
serde_json ^1.0.105
normal
Versions
93.88%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
malachite_float
0.4.2
Module basic
Modules
In crate malachite_float
?
Module
malachite_float
::
basic
source
·
[
−
]
Expand description
Basic traits for working with
Float
s.
Modules
classification
Classification of a
Float
into several kinds.
complexity
Measuring the complexity to a
Float
.
constants
Various
Float
constants. This module contains actual Rust constants like
One
, and functions like
one
which accept a precision.
get_and_set
Getting and setting the components of a
Float
.
ulp
Getting
Float
’s ulp (unit in the last place).