Hit the green flag doesn't work as of now
This is Unlocked's ultra-fast averaging(mean) calculator. It can calculate the average of 40 thousand numbers in 1 second. The items per second are skewed because of no screen refresh. it takes scratch about 5 seconds to calculate 100 thousand numbers even though it says it will take 1 second. HOW IT WORKS: The calculator is very simple. It takes the list of numbers and finds the average of just the current average and the last item of the list. That is the new average. Then it deletes the last item and repeats the process until the list is empty.