The DME Calculator


Version: 3.1.0
Size:
1.46MB
Requirements:
No special requirements
System:
Windows 2003/XP/2000/98/Me/NT
Rating:
4.7
License:
Freeware

Description - The DME Calculator



The DME calculator is an advanced calculator for Windows. It can be of use for anyone who wishes to make calculations with a PC or wishes to solve somewhat more Complex problems without having to use a large Spreadsheet program package. The DME calculator fits on a diskette and starts without any notable waiting time. You can use it e.g. for simply adding numbers. Compared to the built-in Windows calculator it has the advantage of a large field for entering so you can see all numbers and afterwards easily find errors etc. For more complex calculations, you can enter the whole expression as e.g. sin(pi()/4)^2 (Result is 0.5). The Calculator also handles variables and accepts several expressions after another, the expressions should be separated by a comma, a=5, 3*aThis will return the result of the last expression, in this case 15. Furthermore, the calculator understands functions known from programming languages such as for, while and if. To add all numbers from 1 to 100, just enter: sum=0,for(i=1;i sum += i),sum In this example, the variable i counts from 1 to 100 and every time is added to the variable sum. As in the example above, the last expression returns the result; in this case the number 5050. The next example afterwards shows all the subtotals: sum=0,for(i=1;isum += i,println(sum) ),sum By means of the function print or println a separate window is opened, containing the result. The last example shows the subtotals graphically: sum=0,for(i=1;i sum += i, results[i-1] = sum),plotxy(0;0;0;results[])The functions plot and plotxy will open in a separate window with the graphics. Titles can be entered, and the result can be exported as vector graphics to another program.

The DME Calculator Last Expression


More in Science-The DME Calculator

Example Expression Last Expression