Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```