A toy language built for the Pebble smartwatch
Go to file
Sage Vaillancourt 77ff84fd30 Before breaking lists 2020-05-06 04:33:24 +01:00
resources/images Got results-as-operands working 2020-05-06 04:33:24 +01:00
src Before breaking lists 2020-05-06 04:33:24 +01:00
README.md Initial Commit 2020-05-06 04:33:24 +01:00
appinfo.json Got results-as-operands working 2020-05-06 04:33:24 +01:00
calcers.vims The very basics work! 2020-05-06 04:33:24 +01:00
wscript Initial Commit 2020-05-06 04:33:24 +01:00

README.md

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 Pebble app.