aris 0.1.3

A mathematical computing library
Documentation
1
2
3
4
#[test]
fn adds_two_numbers() {
    assert_eq!(aris::add(1.25, 2.5), 3.75);
}