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