num-traits 0.2.14

Numeric traits for generic mathematics
Documentation
1
2
3
4
5
6
pub mod checked;
pub mod inv;
pub mod mul_add;
pub mod overflowing;
pub mod saturating;
pub mod wrapping;