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
- Host: GitHub
- URL: https://github.com/pj-pj-pj/calculator
- Owner: pj-pj-pj
- Created: 2023-03-14T06:29:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T11:46:44.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T15:58:10.356Z (9 months ago)
- Topics: calculator-javascript
- Language: JavaScript
- Homepage: https://pj-pj-pj.github.io/calculator/
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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