# Calculator
Basic calculator reminiscent of MacOs's one. Handy for small calculus.
## Features
- add / substract / divide / multiply
- handles floats
- basic memory button
## Controls
Bangle.js 1
- UP: BTN1
- DOWN: BTN3
- LEFT: BTN4
- RIGHT: BTN5
- SELECT: BTN2
Bangle.js 2
- Swipe up or down to go back to the number input
- Swipe to the left for operators, swipe to the right for the special functions
- Exit by pressing the physical button or the upper left corner of screen to exit (where the red back button would be)
## Creator
## Contributors
[thyttan](https://github.com/thyttan)