complex-op ( x y quot -- z ) (original) (raw)

complex-op ( x y quot -- z )

Vocabulary
math.complex.private

Inputs

x an object
y an object
quot an object

Outputs

z an object

Definition

USING: math ;

IN: math.complex.private

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