Skip to content

Commit

Permalink
Update src/math/average.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
  • Loading branch information
Marmaa0 and vil02 authored Dec 30, 2024
1 parent 28b198d commit 719a357
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/math/average.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ The mode is the most frequently occurring value on the list.
Reference: https://www.britannica.com/science/mean-median-and-mode
There is also the geometric mean, often used in finance, which is much more suited for rates and other multiplicative
relationships. The geometric mean is the Nth root of the product of a finite sequence of numbers.
This program approximates the mean, geometric mean, median and mode of a finite sequence.
Note: Floats sequences are not allowed for `mode` function.
Expand Down

0 comments on commit 719a357

Please sign in to comment.