Docs.rs
erydanos-0.2.7
erydanos 0.2.7
Docs.rs crate page
Apache-2.0
OR
BSD-3-Clause
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
awxkee
Dependencies
num-traits ^0.2.19
normal
Versions
28.18%
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
erydanos
0.2.7
IsNegZero
Required Methods
isnegzero
Implementations on Foreign Types
f32
f64
Implementors
In crate erydanos
Trait
erydanos
::
IsNegZero
Copy item path
source
·
[
−
]
pub trait IsNegZero { // Required method fn
isnegzero
(self) ->
bool
; }
Required Methods
§
source
fn
isnegzero
(self) ->
bool
Implementations on Foreign Types
§
source
§
impl
IsNegZero
for
f32
source
§
fn
isnegzero
(self) ->
bool
source
§
impl
IsNegZero
for
f64
source
§
fn
isnegzero
(self) ->
bool
Implementors
§