[−]Module astral::thirdparty::num_traits  
Numeric traits for generic mathematics
Compatibility
The num-traits crate is tested for rustc 1.8 and greater.
Modules
| bounds | |
| cast | |
| float | |
| identities | |
| int | |
| ops | |
| pow | |
| real | |
| sign | 
Structs
| ParseFloatError | 
Enums
| FloatErrorKind | 
Traits
| Num | The base trait for numeric types, covering   | 
| NumAssign | The trait for   | 
| NumAssignOps | The trait for types implementing numeric assignment operators (like   | 
| NumAssignRef | The trait for   | 
| NumOps | The trait for types implementing basic numeric operations  | 
| NumRef | The trait for   | 
| RefNum | The trait for references which implement numeric operations, taking the second operand either by value or by reference.  | 
Functions
| clamp | A value bounded by a minimum and a maximum  |