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
Signed
Required Methods
eabs
Implementations on Foreign Types
f32
f64
Object Safety
Implementors
In crate erydanos
Trait
erydanos
::
Signed
Copy item path
source
·
[
−
]
pub trait Signed { // Required method fn
eabs
(self) -> Self; }
Required Methods
§
source
fn
eabs
(self) -> Self
Modulo operation
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl
Signed
for
f32
source
§
fn
eabs
(self) -> Self
source
§
impl
Signed
for
f64
source
§
fn
eabs
(self) -> Self
Implementors
§