Handbook
Glossary
(complex/) ( x y -- r i m )
Vocabulary
math
.
complex
.
private
Inputs
x
an
object
y
an
object
Outputs
r
an
object
i
an
object
m
an
object
Definition
USING:
kernel
math
math.functions
;
IN:
math.complex.private
:
(complex/)
( x y -- r i m )
[
[
*re
+
]
[
*im
-
]
2bi
]
keep
absq
;
inline