A collection of some convenience tools to examine mathematics.
Properties of a list of integers
- No of integers
- {{ noOfIntegers }}
- Min
- {{ min }}
- Max
- {{ max }}
- Average
- {{ average }}
- Median
- {{ median }}
- Sum
- {{ sum }}
- Product
- {{ product }}
- Sorted
- {{ sorted }}
- Sorted comma-separated
- {{ sortedSeparatedByComma }}
Created by Anders Gustafson in April 2020.