This calculator does basic arithmetic on complex numbers and evaluates expressions in the set of complex numbers.
As an imaginary unit, use i, which satisfies the basic equation i2 = −1. The calculator also converts a complex number into angle notation, exponential, or polar coordinates.
Enter expression with complex numbers like: 5*(1+i)(-2-5i)^2
-
Addition
-
Subtraction
-
Multiplication
-
Division
install tkinter
using pip:
pip3 install tkinter
Run main.py
to use the calculator!