es-toolkit/docs/zh_hans/reference/math
Jakub Sieczczyński e71f706461
Some checks are pending
CI / codecov (push) Waiting to run
Release / release (push) Waiting to run
feat(median): Add median and medianBy functions (#723)
* add median

* add medianBy

* fix lint errors

* fix lint error

* Remove .toSorted usage

* Add export

* Update src/math/median.ts

* Apply suggestions from code review

* Update median.md

* Update median.md

* Update medianBy.md

* Update medianBy.md

* Update medianBy.md

* Update median.md

* docs

* docs

* docs

---------

Co-authored-by: Sojin Park <raon0211@gmail.com>
2024-10-21 00:03:57 +09:00
..
clamp.md docs: Translate Simplified Chinese (#165) 2024-07-12 10:08:55 +09:00
inRange.md docs: Translate Simplified Chinese (#165) 2024-07-12 10:08:55 +09:00
mean.md docs: Translate Simplified Chinese (#165) 2024-07-12 10:08:55 +09:00
meanBy.md docs: Translate Simplified Chinese (#165) 2024-07-12 10:08:55 +09:00
median.md feat(median): Add median and medianBy functions (#723) 2024-10-21 00:03:57 +09:00
medianBy.md feat(median): Add median and medianBy functions (#723) 2024-10-21 00:03:57 +09:00
random.md docs: Translate Simplified Chinese (#165) 2024-07-12 10:08:55 +09:00
randomInt.md style: Apply prettier 2024-08-11 10:54:13 +09:00
range.md docs: Translate Simplified Chinese (#165) 2024-07-12 10:08:55 +09:00
rangeRight.md feat(rangeRight): implement rangeRight (#646) 2024-10-03 18:10:34 +09:00
round.md docs: Translate Simplified Chinese (#165) 2024-07-12 10:08:55 +09:00
sum.md docs: Translate Simplified Chinese (#165) 2024-07-12 10:08:55 +09:00
sumBy.md feat(sumBy): add sumBy (#198) 2024-07-15 08:25:49 +09:00