Skip to content

v1.9.0

Compare
Choose a tag to compare
@elliotchance elliotchance released this 30 Apr 14:08
· 67 commits to master since this release
1dc63dc
median: added (#65)

Median returns the value separating the higher half from the lower half of a data sample.

Zero is returned if there are no elements in the slice.

Fixes #42