mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
ca60bdfbe8
Better than the one we currently have. For now in rosapps, so we can test it, if it's all working fine, we should replace the wine one. Changes by me: use pow() instead of cbrt(), as cbrt doesn't work in our tree. I imported the whole codebase, although the mpfr files are not used. I moved the localizations to "lang" and the icons to "res" subfolder. svn path=/trunk/; revision=31512
44 lines
3 KiB
HTML
44 lines
3 KiB
HTML
<html>
|
|
|
|
<head>
|
|
<title>FUNZIONI STATISTICHE</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h2 style="margin-top: 0; margin-bottom: 0">FUNZIONI STATISTICHE</h2>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Premendo il pulsante <img border="0" src="images/Sta.PNG" width="36" height="28">
|
|
, la finestra di statistica viene visualizzata.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0">La finestra di statistica permette di memorizzare gruppi di numeri e di eseguire su di essi alcuni comuni operatori statistici.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0">All'interno della finestra di statistica ci sono quattro tasti a cui sono assegnate queste funzioni:</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0">[RET]</p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Riporta la finestra della calcolatrice in primo piano.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0">[LOAD]</p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Carica il numero selezionato sul visualizzatore della calcolatrice.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0">[CD]</p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Cancella il numero selezionato dalla lista dei numeri memorizzati nella finstra di statistica.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0">[CAD]</p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Cancella tutti i numeri memorizzati nella finestra di statistica.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Quando la finestra di statistica é attiva, quattro ulteriori tasti vengono attivati nella calcolatrice:</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/Ave.PNG" width="36" height="28"></p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Calcola la media aritmetica dei numeri memorizzati nella finestra di statistica.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/Sum.PNG" width="36" height="28"></p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Calcola la somma aritmetica di tutti i numeri memorizzati nella finestra di statistica.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/s.PNG" width="36" height="28"></p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Calcola la deviazione standard sui numeri memorizzati nella finestra di statistica.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/Dat.PNG" width="36" height="28"></p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Inserisce il numero visualizzato sul display nella lista della finestra di statistica.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Nota: quando la finestra di statistica viene chiusa, il suo contenuto é perduto.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
|
|
</body>
|
|
|
|
</html>
|