When doing quick computations, it might be nice to do things like `avg(3, 4, 0, 4, 3)` or `median(...)`. Though it would probably make more sense to have something like `sample(3,4,0,4,3)` which would be more in line with unsure.
When doing quick computations, it might be nice to do things like
avg(3, 4, 0, 4, 3)ormedian(...).Though it would probably make more sense to have something like
sample(3,4,0,4,3)which would be more in line with unsure.