Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 492 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 492 Bytes

Complex number calculator

This is a complex number calculator implemented in C++ based on objects. It is possible to work with objects that represent complex numbers both in binary form or in polar form. Each operation (addition, subtraction, multiplication, power) can be used in different ways, see the implementations in the files inside the src/ and include/ folders. In the file main.cpp there is an example of adding two complex numbers, both in binary and in polar form.