ndarray-unit 0.1.0

A package providing a system of units to the ndarray type
Documentation
1
2
3
4
5
6
use ndarray_unit::*;

fn main() {
    println!("{}", &get_meter() / &get_second());
}