Si può usare semplicemente come una usuale calcolatrice, ma si può usarla anche in modo più avanzato
Puoi introdurre i numeri cifra per cifra o puoi batterli direttamente nella casella A.  Dopo che hai cliccato il simbolo della operazione introduci il secondo numero e poi clicca "=".
Nelle caselle E puoi copiare risultati ottenuti o dati da impostare.
Dopo la pressione di "=" il calcolo impostato viene copiato nella casella D
20 / 7 produce 2.8571428571. In D viene anche scritto "2 resto 6"; infatti 7 * 2 + 6 = 20.
Il tasto "resto" dà comunque come risultato il resto della divisione intera tra i due numeri introdotti.
Puoi introdurre anche espressioni contenenti "(" e ")".
Ad es. puoi introdurre (12+88)/10+5*6 (e ottenere il risultato 40).
Cliccando "C" cancelli quanto introdotto nella casella A
Per arrotondare ai millesimi metti 3 in C, alle unità metti 0, alle centinaia -2
"PI" visualizza alla sua destra un valore approssimato di π. "rad" visualizza la radice quadrata del numero alla sua destra.  Questi valori puoi copiarli per calcoli svolti in A
[ che cosa ottieni se messo un numero batti ripetutamente "rad"? ]
Se apri il file premendo il pulsante destro del mouse puoi selezionare "apri in una nuova finestra".
I tasti R e PI in basso a destra di "Help" introducono in A il risultato appena calcolato o il valore di π
Torna indietro, o ricarica il file, per nuovi calcoli.
Con Alt_Print puoi copiare la pagina e incollarla in Paint o in altre applicazioni.
Puoi introdurre elevamento alla potenza, radice quadrata e π nelle espressioni usando Math.pow(., .), Math.sqrt(.), Math.cbrt(.), Math.PI.
Al massimo posso visualizzare correttamente 16 cifre del risultato di una operazione
You can use it just like a regular calculator, but you can also use it in a more advanced way
You can enter the numbers digit by digit or you can type them directly in the box A.  After you have clicked the operation symbol, enter the second number and then click "=".
In the boxes E you can copy the results obtained or data to set.
After pressing "=" the calculation that has been set is copied in the box D
20 / 7 produces 2.8571428571. In D it is also written "2 remainder 6; in fact 7 * 2 + 6 = 20
The "rest" key however results in the remainder of the integer division between the two numbers entered.
After pressing "=" the calculation that has been set is copied in the box D
You can also enter expressions containing "(" and ")".
Eg. you can introduce (12+88)/10+5*6 (and get the result 40).
By clicking "C" you delete what has been entered in the box A
To round to thousandths put 3 in C, to units put 0, to hundreds -2.
"PI" displays an approximate value of π to its right. "sqr" displays the square root of the number to its right.  These values can be copied for calculations carried out in A
[ what do you get if, put in a number, you repeatedly press "sqr"? ]
If you open the file by pressing the right mouse button you can select "open in new window".
The R and PI keys at the bottom right of "Help" enter the result just calculated or the value of π  in A
Go back, or reload the file, for new calculations.
With Alt_Print you can copy the page and paste it into Paint or other applications.
You can introduce exponentiation, square root, cubic root, π within expressions using Math.pow(., .), Math.sqrt(.), Math.cbrt(.), Math.PI.
At most I can correctly display 16 digits of the result of an operation
1 in A [+]  1 in A  [=] -> 2 in A, 1+1= in C
       [+]  1 in A  [=] -> 3 in A, 2+1= in C
       [+]  1 in A  [=] -> 4 in A, 3+1= in C

1+1+1+1 in A [=] -> 4 in A, 1+1+1+1= in C

100-1 in A [=] -> 99 in A, 100-1= in C
           99+1 in A [=] -> 100 in A, 99+1= in C

5 in A [x]  3 in A  [=] -> 15 in A, 5*3= in C
       [/]  3 in A  [=] -> 5 in A, 15/3= in C

  157          56 [+] 64 [=] -> 120     357 [/] 120 [=] -> 2.975
-------     
57 + 64        357 / (56 + 64) [=] -> 2.975

2 + 8
----- + 3 x 2     (2+8)/10+3*2 [=] -> 7
 10

Puoi copiare calcoli, numeri, ... e scrivere osservazioni in "Note"
You can copy calculations, numbers, ... and write observations in "Notes"

1250/3 [=] -> 416.6666666666667    2 resto 117 / 2 remainder 117
Se metto / If I put  0 in C  1250/3 [=] -> 417
                     1 in C  1250/3 [=] -> 416.7
                    -2 in C  1250/3 [=] -> 400
Rimetto 10 in C / I put 10 in C again
1250-416*3 [=] -> 2  resto della divisione intera / remainder of the integer division 1250/3
1250 [rest] 3 [=] -> 2          "                               "

Area di un cerchio di raggio / area of a circle of radius 5.13 cm
[PI] -> 3.141592653589793 in B
3.141592653589793*5.13*5.13 [=] -> 82.6769797053  ->  82.7 (1 in C) cm^2
Devo arrotondare a 3 cifre, ossia ai decimi / I have to round to 3 digits, i.e. to tenths
(è errato usare l'arrotondamento 3.14: infatti avrei
 it is incorrect to use rounding 3.14: I would get  82.635066)

Lato di un quadrato di / Side of a square of  area 1.4627 m^2
1.4627 [rad]  -> 1.2094213492
1.4627 [sqrt] -> 1.2094213492
Mi conviene copiare prima 1.4627 in E per memorizzarne il valore
I'd better copy 1.4627 to E first, to store its value
Posso arrotondare a 5 cifre anche il risultato mettendo 4 in C
I can also round the result to 5 digits by putting 4 in C
1.4627 [rad]  -> 1.2094
1.4627 [sqrt] -> 1.2094  1 m 2 dm 9.4 mm 

Rimetto 10 in C / I put 10 in C again

Alternative
Math.PI * Math.pow(5.13,2) [=] -> 82.6769797053
Math.sqrt(1.4627) [=] -> 1.2094213492

Se idealmente 1.4627 fosse la misura esatta dell'area del quadrato potrei
avere l'approssimazione del lato con complessivamente 16 cifre
If ideally 1.4627 were the exact measurement of the area of the square I
could have the approximation of the side with a total of 16 digits
16 cifre di /digits of 1.2094... -> 15 cifre dopo /digits after "."
Metto 15 in C / I put 15 in C
Math.sqrt(1.4627) [=] -> 1.209421349241033
Il valore esatto sarebbe / The exact value would be
1.2094213492410327051957403618753315545948352677794583903971839606...

                  Other "Math. …" Functions:
abs(a)     / |a|                            log10(a) / log of a base 10
acos(a)    / arc cosine of a                max(a,b)
asin(a)    / arc sine of a                  min(a,b)
atan(a)    / arc tangent of a               pow(a,b) / a to the power b
atan2(a,b) / arc tangent of a/b             random() / random n. in [0,1)
cbrt(a)    / cube root of a                 round(a) / integer closest to a
ceil(a)    / integer closest to a not < a   sign(a)  / sign of a 
cos(a)     / cosine of a                    sin(a)   / sine of a
exp(a)     / exponential of a               sqrt(a)  / square root of a
floor(a)   / integer closest to a not > a   tan(a)   / tangent of a
log(a)     / log of a base e                trunc(a) / integer portion of a
log2(a)    / log of a base 2                PI       / π