Docs.rs
malachite-base-0.3.2
malachite-base 0.3.2
Docs.rs crate page
LGPL-3.0-only
Links
Homepage
Repository
crates.io
Source
Owners
mhogrefe
Dependencies
clap ^2.33.1
normal
gnuplot ^0.0.26
normal
itertools ^0.9.0
normal
rand ^0.7.3
normal
rand_chacha ^0.2.2
normal
ryu ^1.0
normal
sha3 ^0.9.0
normal
time ^0.1.40
normal
walkdir ^2
normal
maplit ^1.0.2
dev
Versions
69.86%
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
☰
OneHalf
Required Associated Constants
ONE_HALF
Implementations on Foreign Types
f32
f64
Implementors
In malachite_base::num::basic::traits
?
Trait
malachite_base
::
num
::
basic
::
traits
::
OneHalf
source
·
[
−
]
pub trait OneHalf { const
ONE_HALF
: Self; }
Expand description
Provides the constant 1/2.
Required Associated Constants
§
source
const
ONE_HALF
: Self
Implementations on Foreign Types
§
source
§
impl
OneHalf
for
f32
The constant 1/2.
source
§
const
ONE_HALF
:
f32
= 0.5f32
source
§
impl
OneHalf
for
f64
The constant 1/2.
source
§
const
ONE_HALF
:
f64
= 0.5f64
Implementors
§