Node:Complex numbers, Next:Units, Previous:Floating point, Up:Numbers
Complex numbers may be constructed with the %+
operator:
Q1> 3+%4 * 0+%1 -4+%3
Basic arithmetic on complex numbers is implemented, but many functions (such as the transcendental ones) are missing.