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