Handbook
Glossary
v^ ( u v -- w )
Factor handbook
»
The language
»
Numbers
»
Vector operations
»
Vector arithmetic
Prev:
v/ ( u v -- w )
Next:
vneg ( v -- w )
Vocabulary
math
.
vectors
Inputs
u
a
sequence
of
number
s
v
a
sequence
of
number
s
Outputs
w
a
sequence
of
number
s
Word description
Raises
u
to the power of
v
component-wise.
Definition
IN:
math.vectors
GENERIC:
v^
( u v -- w )
Methods
USING:
kernel
math.functions
math.vectors
sequences
;
M:
object
v^
[
^
]
2map
;
inline