https://github.com/shangzhenyang/calculator
A versatile calculator app that offers a wide range of calculation features, supporting regular and scientific calculations, number base conversions, byte conversions, date difference calculations, molar mass calculations, statistical calculations, equation solving, and quadratic function analysis.
https://github.com/shangzhenyang/calculator
calculator chemistry mathjs molar-mass pwa react statistics typescript vite
Last synced: 5 months ago
JSON representation
A versatile calculator app that offers a wide range of calculation features, supporting regular and scientific calculations, number base conversions, byte conversions, date difference calculations, molar mass calculations, statistical calculations, equation solving, and quadratic function analysis.
- Host: GitHub
- URL: https://github.com/shangzhenyang/calculator
- Owner: shangzhenyang
- License: mit
- Created: 2023-04-19T06:34:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T05:40:48.000Z (over 1 year ago)
- Last Synced: 2024-07-16T05:59:15.084Z (over 1 year ago)
- Topics: calculator, chemistry, mathjs, molar-mass, pwa, react, statistics, typescript, vite
- Language: TypeScript
- Homepage: https://calc.shangzhenyang.com
- Size: 326 KB
- Stars: 14
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Calculator
A versatile calculator app built with React that offers a wide range of calculation features. It supports regular and scientific calculations, number base conversions, byte conversions, date difference calculations, molar mass calculations, statistical calculations, equation solving, and quadratic function analysis. It is a progressive web app (PWA) and can be used both online and offline.
## Features
- Regular Calculations:
- Enter a formula to perform arithmetic and scientific calculations.
- Number Base Conversions:
- Convert numbers between different bases (binary, decimal, octal, and hexadecimal).
- Byte Conversions:
- Convert data sizes between various units (bytes, kilobytes, megabytes, and gigabytes).
- Date Difference Calculations:
- Calculate the difference between two dates in days.
- Molar Mass Calculations:
- Enter the name of an element or compound to calculate its molar mass and number of particles.
- Statistical Calculations:
- Perform various statistical calculations, including average, sum, mode, variance, standard deviation, interquartile range, quantile, minimum, median, and maximum.
- Equations Solving:
- Solve linear and quadratic equations.
- Quadratic Function Analysis:
- Provide information about quadratic functions, such as vertex, axis of symmetry, and roots.
## License
[MIT](LICENSE).
## Try it Out
https://calc.shangzhenyang.com/