An open API service indexing awesome lists of open source software.

https://github.com/pj-pj-pj/calculator

a calculator
https://github.com/pj-pj-pj/calculator

calculator-javascript

Last synced: 7 months ago
JSON representation

a calculator

Awesome Lists containing this project

README

          

# simple calculator
Welcome! This is a calculator application that allows you to perform basic mathematical operations on numbers.

## features

- `addition (+)` calculate the sum of numbers
- `subtraction (-)` subtract one number from another
- `multiplication (x)` calculate product of numbers
- `divide (÷)` perform division operations
- `clear (C)` resets the calculator, clearing any previous calculations or inputs, useful when you want to start fresh
- `delete (D)` removes the last digit entered, handy for correcting mistakes in your input