C{
Factor handbook » The language » Syntax » Literals » Number syntax » Complex number syntax


Vocabulary
syntax

Syntax
C{ real-part imaginary-part }


Inputs
None

Outputs
None

Word description
Parses a complex number given in rectangular form as a pair of real numbers. Literal complex numbers are terminated by }.

See also
{, V{, H{, HS{, T{, }

Definition