We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b2475 commit 68dcc7cCopy full SHA for 68dcc7c
README.md
@@ -0,0 +1,16 @@
1
+# SimpleCalculator2
2
+Simple Calculator made with ElectronJS for multiple platforms such as Windows, macOS and Linux
3
+
4
+If you want a calculator that is as simple as possible, this is it!
5
6
+You can multiply, divide, add and subtract.
7
8
+You can also clear the current value being entered with CE.
9
10
+You can clear a whole calculation using C.
11
12
+The current value you entered will be shown in the result window.
13
14
+The answer will also be shown in the result window.
15
16
+You can have decimal numbers and change number signs.
0 commit comments