Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1.33 KB

File metadata and controls

19 lines (17 loc) · 1.33 KB

Calculator

  • 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

Codiga Badges

svg
svg

Codacy badge

6d74090871044d83853e50464a97a5ba

Folder Structure

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