1
2
3
4
5
6
//! Mathematical utilities

#![warn(missing_docs)]

pub mod mean;
pub mod round;