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

Prev:>rect ( z -- x y )
Next:Embedding of real numbers in complex numbers


Vocabulary
math

Inputs
xa real
ya real


Outputs
za number


Word description
Creates a complex number from real and imaginary components. If z is an integer zero, this will simply output x.

Definition