7 lines
361 B
Markdown
7 lines
361 B
Markdown
# PebbleCalc
|
|
A simple calculator app for the Pebble smartwatch
|
|
Support addition, subtraction, multiplication, division and exponentiation.
|
|
Supports up to 2 digits of decimals using fixed-point arithmetic.
|
|
|
|
Credit to Wojciech Siewierski for his fixed point arithmetic implementation. It was made for his [GravCalc](https://github.com/Vifon/GravCalc) Pebble app.
|