https://github.com/pwmkin/wcalc
Professional Calculator with Extreme Precision
https://github.com/pwmkin/wcalc
calc calculator html js math vanilla
Last synced: over 1 year ago
JSON representation
Professional Calculator with Extreme Precision
- Host: GitHub
- URL: https://github.com/pwmkin/wcalc
- Owner: pwmkin
- Created: 2025-03-17T00:56:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-17T01:03:16.000Z (over 1 year ago)
- Last Synced: 2025-03-17T02:42:49.363Z (over 1 year ago)
- Topics: calc, calculator, html, js, math, vanilla
- Language: JavaScript
- Homepage: https://pwmkin.github.io/wcalc/
- Size: 241 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wCalc
Professional calculator for basic and scientific arithmetic to calculate values with extreme precision, created with vanilla HTML and JS.
## Functions
- **Angle modes**: DEG, RAD.
- **Basic arithmetic**: Addition, subtraction, multiplication, division.
- **Scientific arithmetic**: Sin, Cos, Tan, Ln, Log, Sqrt, Cbrt, Exp, Pow2, Pow3, Abs, Factorial, Percent, pi, e, rand (Random).
- **Memory functions**: MR, MC, MP, MM, MS.
- **Keyboard integration**: Use the keyboard to enter numbers and functions.
- **Cool design**: Yes, why not?
- **Custom precision**: Set the number of decimal places you want to calculate.
- **History**: Keep track of your calculations.