Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/endeyshentlabs/easycalc
My own mini calculator with some extra features
https://github.com/endeyshentlabs/easycalc
Last synced: about 12 hours ago
JSON representation
My own mini calculator with some extra features
- Host: GitHub
- URL: https://github.com/endeyshentlabs/easycalc
- Owner: EndeyshentLabs
- License: mit
- Created: 2022-03-04T19:21:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-24T13:15:28.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T12:21:01.855Z (over 1 year ago)
- Language: C++
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EasyCalc
My own mini calculator with some extra features# Features
This calculator has standard mathematical operations and trigonometric functions# Building
Just build it with GCC(G++)
```console
$ g++ calc.cpp
```