lib 0.0.2

LIB: Math and container utilities for Rust. Notice: study purpose, not production ready.
Documentation
1
2
3
4
5
6
7
8
pub mod additive;
pub mod multiplicative;
pub mod categories;
pub mod cmp;
pub mod constants;
pub mod sign;
pub mod nan;