I wrote a class to represent complex numbers in Processing (which I call Complex). I want to implement basic arithmetic functions on complex numbers. However, i
Complex