1 2 3 4 5 6 7 8 9 10
//! Tests for mathematical functions and predicates. #[path = "math/comparison.rs"] mod comparison; #[path = "math/predicates.rs"] mod predicates; #[path = "math/rounding.rs"] mod rounding;