click the green flag, and click input data. use spacebar to separate data, like this: 10 2 4 6 8 20 2 10 2 5 4 3 0 press "S" to show the vars and "H" to hide the vars (for debugging use) ========================================== press "T" for test mode read it from left to right is ascending order, vice versa
I am confident enough to say it's the fastest and convenient calculator among the WHOLE internet. Benefits: 1. input the data once only, no need to one by one 2. Direct and fastest 3. copy-able results 4. enter and get the results instantly 5. no ads (compared to web version and im fully open source) ________________________________________________ list vars explained! (for devs use) 1. 2. 3. answer length 4. 5. 6. 7. number of integers (spacebar) 8. 9. 10. total value of input data 11 12 13. odd/even number detector 14. even/odd median counter 15. odd median 16. 17. 18. even median 19 20 70 & up: for storing mode integers _________VERSION__HISTORY____________________ {V1.0} : functions: counter, ascending order, sum val, mean, median, mode, range known bugs: <1> In line 9 (mode), when there're more than 3 sets of same integer (s), they will repeat at shown for more than 1 times. <2> The execution speed may decreased, randomly. pressing spacebar to request input also can affect the speed. V1.2: Now we can save the previous output! Press spacebar to request input is disabled, and the execution speed is more stable while fast. I guess the slow execution speed is caused by multiple events. 97% of codes by me thanks @cre_mice you can advertise if you think your calculator is faster, more convenient and have more features :D #mean #median #mode