A collection of some convenience tools to examine mathematics.
Properties of a list of integers
- Number of integers
- {{ numberOfIntegers }}
- Min
- {{ min }}
- Max
- {{ max }}
- Difference between min and max
- {{ differenceBetweenMinMax }}
- Average (arithmetic mean)
- {{ average }}
- Median
- {{ median }}
- Sum Σ
- {{ sum }}
- Product Π
- {{ product }}
- Ratio even/odd numbers
- {{ numberOfEvenNumbers }} / {{ numberOfOddNumbers }} ({{ percentOfEvenNumbers }}% / {{ percentOfOddNumbers }}%)
- Sorted
- {{ sorted }}
- Sorted comma-separated
- {{ sortedSeparatedByComma }}
- Sorted descending
- {{ sortedDescending }}
- Sorted descending comma-separated
- {{ sortedDescendingSeparatedByComma }}
Created by Anders Gustafson in April 2020.