Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
kth-smallest ( seq k -- elt )
Statistics
Prev:
minmax ( seq -- min max )
Next:
Computing histograms
Vocabulary
math.statistics
Definition
USING:
math
math.statistics.private
;
IN:
math.statistics
:
kth-smallest
( seq k -- elt )
[
<
]
kth-object-unsafe
;