- The project being implemented is a calculator that does simple number(decimal number system) operations as well as complex numbers and vectors.
- It calculates sum, difference, product and division for simple numbers. it also has factorial and square root functionality. Modulus is also used.
- for complex, we do addition, subtraction, multiplication, modulus and argument of the complex number. The result is displayed as a acomplex number.
- in case fo vectors, we do addition, subtraction, dot product, magnitude. answer is displayed in terms of vector
| Folder | Description |
|---|---|
1_Requirements |
Documents detailing requirements and research |
2_Architecture |
Documents specifying design details |
3_Implementation |
All code and documentation |
4_TestplanAndOutput |
Documents with test plans and procedures with output |