Handbook
Glossary
trim-points ( p seq -- from to seq )
Vocabulary
math
.
statistics
.
private
Inputs
p
an
object
seq
an
object
Outputs
from
an
object
to
an
object
seq
an
object
Definition
USING:
kernel
math
sequences
;
IN:
math.statistics.private
:
trim-points
( p seq -- from to seq )
[
length
[
*
>integer
]
keep
over
-
]
keep
;