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