math-rs 0.1.5

A basic mathematical engine
Documentation
1
2
3
4
5
mod ffi;
pub mod matrix;
mod result;

pub use result::*;