Handbook
Glossary
complex= ( x y quot -- ? )
Vocabulary
math
.
complex
.
private
Inputs
x
an
object
y
an
object
quot
an
object
Outputs
?
an
object
Definition
USING:
kernel
;
IN:
math.complex.private
:
complex=
( x y quot -- ? )
componentwise
and
;
inline