|
CCCalc 2.1 Documentation Contents |
![]() Calculations 2The calculation order of CCCalc is the same with a majority of desktop and pocket calculators: top to bottom without operations priorities. To calculate an expression you need to input its numbers and operations. Click virtual keypad buttons or press appropriate keyboard keys to do it. To finish one calculation and to start a new one, click on button "C" or press ENTER. Below are most general examples which illustrate calculations process in CCCalc. Adding two numbersLet's calculate 2+3
Note: To make a number negative, set the caret to the left of this number and input "-".
More complicated calculationLet's calculate 2+3*5
1. Perform steps 1-4 from the previous sample. Now you have an expression "2+3=5" with the cares set right after the "3".
2. Input "*". A new line with marked "3" is added and the expression result is set temporarily to "15": 2+3*3=15.
3. Input "5". The expression result is now 25: 2+3*5=25 Intermediary resultsCCCalc refreshes expression results while you type, so you see all intermediary results while you input the expression. If you need to see any intermediary result after an expression is completed, simply insert "=" to a desired location of the expression.
For example, let's see how much is "2+3" in the sample above.
Note 1: This example shows that you may continue any expression after its result with any operations and numbers. Just do not forget to conclude it with "=" to see the grand total. Note 2: The result that is printed after "=" is rounded up. In general it may lead to the fact that the whole expression result with and without such an intermediary prints may differ. Percent calculations
To perform percent calculations simply add "%" to the right of an appropriate number. It will change an operation meaning as follows:
Note that "%" after the first number of the expression is ignored. Square root
To calculate a square root set "√" before a desired number. For example let's calculate √5:
To calculate square root of a complicated expression, calculate the expression first, say, 9+16=25, and then:
|