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