Encuentra el mínimo, máximo, rango y otras estadísticas clave de una lista de números.
Ejemplo: 1, 2, 3, 4, 5
Find the minimum (smallest) value in a list
Find the maximum (largest) value in a list
Calculate the range (difference between max and min)
Count the total number of values
Calculate the sum of all values
Customize number formatting with different separators
Copy results with one click