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