Docs.rs
noisy_float-0.2.0
noisy_float 0.2.0
Docs.rs crate page
Apache-2.0
Links
Documentation
Repository
Crates.io
Source
Owners
SergiusIW
Dependencies
approx ^0.4
normal
num-traits ^0.2
normal
serde ^1.0
normal
criterion ^0.3
dev
serde_derive ^1.0
dev
serde_json ^1.0
dev
Versions
100%
of the crate is documented
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
noisy_float
::
types
?
Function
noisy_float
::
types
::
n32
[
−
]
[src]
pub fn n32(value:
f32
) ->
N32
Shorthand for
N32::new(value)
.