Crate list_math

Source
Expand description

a crate for doing math on a list.

Structs§

AverageList
find average on list

Functions§

largest
a function for finding largest isize
smallest
standard_deviation
This function calculates the standard deviation of a list of floating-point numbers. The standard deviation is a measure of how spread out the data is from its mean (average).