68384fc34e
InfiniTime PR #375 "Calculator App" Co-authored-by: Raupinger <fgrauper@gmail.com> Co-authored-by: Florian <florian@florian-thinkpad.local> Updated to 1.14 by: JustScott
8 lines
468 B
Markdown
8 lines
468 B
Markdown
# Calculator Manual
|
|
This is a simple Calculator with support for the four basic arithmetic operations, parenthesis and exponents.
|
|
Here is what you need to know to make full use of it:
|
|
- Swipe left to access parenthesis and exponents
|
|
- A long tap on the screen will reset the text field to `0`.
|
|
- If the entered term is invalid, the watch will vibrate.
|
|
- results are rounded to 4 digits after the decimal point
|
|
- **TIP:** you can use `^(1/2)` to calculate square roots
|