> For example, it seems to understand how to find a sum, mean, median, and mode.
> Input: 1, 4, 5, 6, 2, 1, 1
> Output: 2.28571428571<p>Well, even with those small numbers, it's wrong. The first "2" after the dot should not be there. The result it gives is 16/7, not 20/7.