A toy language built for the Pebble smartwatch
Go to file
Sage Vaillancourt 17b6bf12b4 The very basics work! 2020-05-06 04:33:24 +01:00
resources/images The very basics work! 2020-05-06 04:33:24 +01:00
src The very basics work! 2020-05-06 04:33:24 +01:00
README.md Initial Commit 2020-05-06 04:33:24 +01:00
appinfo.json The very basics work! 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.