Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
nan-min ( seq -- n )
Vocabulary
math.extras
Inputs and outputs
seq
a
sequence
n
a
number
Word description
Return the
infimum
of
seq
ignoring any NaNs.
Definition
USING:
kernel
math
sequences
;
IN:
math.extras
:
nan-min
( seq -- n )
[
fp-nan?
not
]
filter
infimum
;