complex-op ( x y quot -- z )


Vocabulary
math.complex.private

Definition
USING: math.functions ;

IN: math.complex.private

: complex-op ( x y quot -- z ) componentwise rect> ; inline