aris 0.1.1

A mathematical computing library
Documentation
1
2
3
pub fn add(a: f64, b: f64) -> f64 {
    a + b
}