Design a system supporting operation in complex plane

Design a system that supports operation in the complex plane, for instance, it can support complex addition,abstraction, etc. User may define a complex number by enter two numbers (a and b), which stands for a+bi. Could you design this system with as much operator as possible.

Comments (0)