Handbook
Glossary
d^ ( x y -- x^y )
Vocabulary
math
.
dual
Inputs
x
a
dual
y
a
dual
Outputs
x^y
a
dual
Word description
Version of
^
extended to work on dual numbers.
Definition
USING:
math.functions
;
IN:
math.dual
:
d^
( x y -- x^y )
\
^
dual-op
;