mathrc 0.2.5

Rust Mathematics Library
Documentation
1
2
3
4
5
mod frac;
mod matrix;

pub use self::frac::Frac;
pub use self::matrix::Matrix;