vec-utilities 0.0.2

A collection of methods that make working with Vecs of floats easier
Documentation
1
2
3
4
5
mod nan_stats;
mod stats;

pub use nan_stats::NanStatistics;
pub use stats::Statistics;