Registry / utility / vecfx
library0.1.6rscratesunverified

Extra batteries for a vec of floats, providing statistical and mathematical operations.

# Cargo.toml [dependencies] vecfx = "0.1.6"
INSTALL
IMPORT
SIG · VECFX
V
vecfx
utilityrustv0.1.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

VecExt
use vecfx::VecExt;

Compute the mean of a vector of floats.

use vecfx::VecExt; let data = vec![1.0, 2.0, 3.0, 4.0, 5.0]; let mean = data.mean(); println!("{}", mean);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
vecfx — cargo add vecfx · libregistry