Crates.io | vec-utilities |
lib.rs | vec-utilities |
version | 0.0.2 |
source | src |
created_at | 2024-04-20 17:03:05.518321 |
updated_at | 2024-05-04 12:13:59.425271 |
description | A collection of methods that make working with Vecs of floats easier |
homepage | |
repository | https://github.com/IndigoCurnick/vec-utilities |
max_upload_size | |
id | 1214726 |
size | 19,001 |
Rust crate to import high-level statistical utilities on Vec
as a trait. For
example
and more.
As convention, this crate provides two versions of each function. If prepended
by nan_
, that function will effectively ignore any NaN
in the Vec
.