Speak Bot v3.9
Updated: 11/15/2017
JS Calculator v1.3
JS Reference
JS Arithmetic Operators | |||
---|---|---|---|
Symbol | Operator | Example | Result |
+ | Add | 10 + 4 | 14 |
- | Subtract | 10 - 4 | 6 |
* | Multiply | 10 * 4 | 40 |
/ | Divide | 10 / 4 | 2.5 |
% | Modula | 10 % 4 | 2 |
** | Exponent | 3**3**2 3**(3**2) (3**3)**2 | 19683 19683 729 |
Output:
Updated: 11/15/2017
Electron Config v1.1
Results for anything past [18] might be inaccurate!
Output:
Updated: 11/15/2017