uninum 0.1.1

A robust, ergonomic unified number type for Rust with automatic overflow handling, type promotion, and cross-type consistency.
Documentation
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;