>rect ( z -- x y )
Factor handbook » The language » Numbers » Complex numbers

Prev:imaginary-part ( z -- y )
Next:rect> ( x y -- z )


Vocabulary
math

Inputs
za number


Outputs
xa real
ya real


Word description
Extracts the real and imaginary components of a complex number.

Definition

GENERIC: >rect ( z -- x y )


Methods