This is the WIKI for SpeedCalc.
Let's start!
SpeedCalc uses the following arithmetic operators:
Operators | Explanation |
---|---|
+ | Plus, adds to values. |
- | Minus, subtracts the second from the first value |
(Can also anncounce the following expression to be negative) | |
* | Multiplies two values |
\ | Divides the first through the second value |
e | exponentiates the first with the second value |
(f.e.: AeB - A is the base, B is the exponent) |
Brackets can be used also.
The order of degree by which the operators are dissolved,
is the following:
Number | Expression |
---|---|
1 | Brackets |
2 | e (exponent epression) |
3 | negative expressions |
4 | / |
5 | * |
6 | + |
7 | - |