Handbook
Glossary
vfloor ( v -- w )
Factor handbook
»
The language
»
Numbers
»
Vector operations
»
Vector arithmetic
Prev:
vsqrt ( v -- w )
Next:
vceiling ( v -- w )
Vocabulary
math
.
vectors
Inputs
v
a
sequence
of
real
s
Outputs
w
a
sequence
of
real
s
Word description
Takes the
floor
of each element of
v
.
Definition
USING:
math.functions
sequences
;
IN:
math.vectors
:
vfloor
( v -- w )
[
floor
]
map
;