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