Handbook
Glossary
^complex ( x y -- z )
Vocabulary
math
.
functions
.
private
Inputs
x
an
object
y
an
object
Outputs
z
an
object
Definition
USING:
kernel
math.functions
;
IN:
math.functions.private
:
^complex
( x y -- z )
swap
>polar
[
^mag
]
[
^theta
]
3bi
polar>
;
inline