Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 388 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 388 Bytes

CPP-Calculator

Advanced calculator

Features

  • Supports the following algorithmic operations:
    • Addition
    • Subtraction
    • Multiplication
    • Division
    • Exponentiation
    • Modulo
  • Can handle multiple operations in one line (e.g. 1+2x3)
  • Can handle decimal numbers and negative numbers (e.g. -2/2.5)
  • Follows the order of operations
  • Detects invalid input