filiph/unsure

Feat: simple statistics like avg(), median() -- or sample()

Opened this issue · 0 comments

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.