math/
lib.rs

1//! Mathematical utilities
2
3#![warn(missing_docs)]
4
5pub mod mean;
6pub mod round;