We've fixed many bugs in the calculator app, making it more accurate than a typical scientific calculator, and we've also added instructions for using the calculator.
We've fixed many bugs in the calculator app, making it more accurate than a typical scientific calculator, and we've also added instructions for using the calculator.
The precision of the calculator application has been improved to the highest precision that can be achieved by a scientific calculator. In addition, the operability of the calculator application has been improved, so that now when you have finished typing the last calculation, th
The precision of the calculator application has been improved to the highest precision that can be achieved by a scientific calculator. In addition, the operability of the calculator application has been improved, so that now when you have finished typing the last calculation, the result will not only be displayed but also the cursor will be moved to the back of the result automatically, so that it is convenient for the next calculation by using the last result. This calculator solves the problem that traditional calculators on the computer are not intuitive, its calculation rules are exactly the same as those in the maths textbook, and the history is also displayed intuitively.
1. Basic Arithmetic
+ Addition: 5 + 3 → 8
- Subtraction: 10 - 4 → 6
* Multiplication: 3 * 7 → 21
/ Division: 15 / 3 → 5 (returns float)
% Modulo (remainder): 10 % 3 → 1
2. Algebraic & Transcendental Functions
sqrt(x) – Square root: sqrt(25) → 5
pow(x, y) – Power (xʸ): pow(3, 2) → 9
^ is the bitwise XOR operator. If you want to calculate the power, use pow()
Added new mini game Running Beauty, both Windows version, Android version, Mac version and Linux version. But for Mac and Linux Users, you have to find the game in the root folder by yourselves.
Added new mini game Running Beauty, both Windows version, Android version, Mac version and Linux version.
But for Mac and Linux Users, you have to find the game in the root folder by yourselves.
If you want to calculate 5/6, you shoud input 5.0/6.0, then you can get the result 0.833333, because if you just press 5/6, the calcultor thought they are integers but not float, so it will only give you a result zero.
If you want to calculate 5/6, you shoud input 5.0/6.0, then you can get the result 0.833333, because if you just press 5/6, the calcultor thought they are integers but not float, so it will only give you a result zero.
Octopus Paul's match Predictor has been added Exam Simulator has added Mac,Linux,SteamOS (but for non-Windows users, you have to find the game root folder and launch other small games by yourself)
Octopus Paul's match Predictor has been added Exam Simulator has added Mac,Linux,SteamOS (but for non-Windows users, you have to find the game root folder and launch other small games by yourself)