Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 207 Bytes

Readme.md

File metadata and controls

21 lines (10 loc) · 207 Bytes

median

median utility

Installation

$ component install publicclass/median

API

median(array)

Return the median of the numbers in arr.

median([1,2,3]) //= 2

License

MIT