Crate num_traits [−] [src]
Numeric traits for generic mathematics
Reexports
| pub use bounds::Bounded; | 
| pub use float::{Float, FloatConst}; | 
| pub use identities::{Zero, One, zero, one}; | 
| pub use ops::checked::*; | 
| pub use ops::saturating::Saturating; | 
| pub use sign::{Signed, Unsigned, abs, abs_sub, signum}; | 
| pub use cast::*; | 
| pub use int::PrimInt; | 
| pub use pow::{pow, checked_pow}; | 
Modules
| bounds | |
| cast | |
| float | |
| identities | |
| int | |
| ops | |
| pow | |
| sign | 
Structs
| ParseFloatError | 
Enums
| FloatErrorKind | 
Traits
| Num | The base trait for numeric types |