Registry / utility / average

average

JSON →
library0.17.0rscratesunverified

Calculate statistics iteratively.

utility
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.

use average::Mean;

Compute the mean of a sequence of numbers.

use average::Mean; fn main() { let mut m = Mean::new(); m.add(1.0); m.add(2.0); println!("{}", m.mean()); }
Debug
Known footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
16 hits · last 30 days
gptbot
3
amazonbot
3
claudebot
3
mj12bot
1
ahrefsbot
1
Resources