reactos/rosapps/roscalc/docs/Help.it/how_to_input_numbers.htm
Timo Kreuzer ca60bdfbe8 New version of calc written by Carlo Bramini (carlo(dot)bramix AT libero.it)
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
2007-12-31 05:51:52 +00:00

85 lines
3.9 KiB
HTML

<html>
<head>
<title>COME INTRODURRE I NUMERI</title>
</head>
<body>
<h2 style="margin-top: 0; margin-bottom: 0">COME INTRODURRE I NUMERI</h2>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0">ReactOS Calc rende disponibili alcuni pulsanti per digitare numeri ed espressioni.</p>
<p style="margin-top: 0; margin-bottom: 0">Tuttavia, alcuni di essi sono disponibili solo in modalità Standard (oppure Scientifica), oppure quando la calcolatrice si trova in uno stato specifico.</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/0.PNG" width="36" height="28">
<img border="0" src="images/1.PNG" width="36" height="28"> <img border="0" src="images/2.PNG" width="36" height="28">
<img border="0" src="images/3.PNG" width="36" height="28"> <img border="0" src="images/4.PNG" width="36" height="28"></p>
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/5.PNG" width="36" height="28">
<img border="0" src="images/6.PNG" width="36" height="28"> <img border="0" src="images/7.PNG" width="36" height="28">
<img border="0" src="images/8.PNG" width="36" height="28"> <img border="0" src="images/9.PNG" width="36" height="28"></p>
<p style="margin-top: 0; margin-bottom: 0"><u>Tasti numerici</u>: sono usati per introdurre le cifre dei numeri visualizzati sul display.</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/A.PNG" width="36" height="28">
<img border="0" src="images/B.PNG" width="36" height="28"> <img border="0" src="images/C.PNG" width="36" height="28">
<img border="0" src="images/D.PNG" width="36" height="28"> <img border="0" src="images/E.PNG" width="36" height="28">
<img border="0" src="images/F.PNG" width="36" height="28"></p>
<p style="margin-top: 0; margin-bottom: 0"><u>Tasti esadecimali</u>: sono usati per completare un numero esadecimale.</p>
<p style="margin-top: 0; margin-bottom: 0">Per usare questi pulsanti, la calcolatrice deve essere configurata in modalità scientifica e lo stato [HEX] deve essere selezionato.</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/dot1.PNG">
or <img border="0" src="images/dot2.PNG">
</p>
<p style="margin-top: 0; margin-bottom: 0"><u>
Separatore decimale</u>: usato per delimitare la parte intera di un numero e iniziare l'immissione della sua (eventuale) parte frazionaria.
</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;
</p>
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/sign.PNG">
</p>
<p style="margin-top: 0; margin-bottom: 0"><u>
Cambio di segno</u>: se viene premuto dopo un calcolo o durante l'immissione degli operandi, il segno associato al numero visualizzato sul display commuterà da positivo a negativo e viceversa.
</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;
</p>
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/back.PNG">
</p>
<p style="margin-top: 0; margin-bottom: 0">
Se il numero visualizzato é stato introdotto manualmente e non é quindi il risultato di un calcolo,
é possibile cancellare l'ultima cifra premendo questo pulsante.
</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;
</p>
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/CE.PNG">
</p>
<p style="margin-top: 0; margin-bottom: 0">
Questo pulsante rimuove un numero errato dal display. Tutte le operazioni pendenti sono preservate.
</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;
</p>
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/CC.PNG">
</p>
<p style="margin-top: 0; margin-bottom: 0">
Cancella il visualizzatore e rimuove tutte le operazioni pendenti.
</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;
</p>
</body>
</html>