Expand description
a crate for doing math on a list.
Structs§
- Average
List - 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).