https://github.com/teslaneuro/cpp_calculator
A C++ based calculator that can run arithmetic, exponential, trigonometric and logarithmic calculations.
https://github.com/teslaneuro/cpp_calculator
Last synced: 11 months ago
JSON representation
A C++ based calculator that can run arithmetic, exponential, trigonometric and logarithmic calculations.
- Host: GitHub
- URL: https://github.com/teslaneuro/cpp_calculator
- Owner: TeslaNeuro
- License: mit
- Created: 2024-08-12T10:59:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T11:03:09.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T14:17:14.358Z (about 1 year ago)
- Language: C++
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C++ Calculator (CLI)
A C++ CLI based calculator that can run arithmetic, exponential, trigonometric and logarithmic calculations.