Closed 71104 closed 8 years ago
Add the ability to construct complex numbers from pairs of real numbers using the complex keyword.
complex
For example:
complex 3 4 # 3+4i
complex is a keyword because it's the name of a type.
No longer an issue because #92 makes this very easy:
3 + 4i
Add the ability to construct complex numbers from pairs of real numbers using the
complex
keyword.For example:
complex
is a keyword because it's the name of a type.