mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00

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
57 lines
4.3 KiB
HTML
57 lines
4.3 KiB
HTML
<html>
|
|
|
|
<head>
|
|
<title>TIPI DI VISUALIZZAZIONE</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h2 style="margin-top: 0; margin-bottom: 0">TIPI DI VISUALIZZAZIONE</h2>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0">E` possibile introdurre le cifre e comporre i numeri usando i pulsanti descritti
|
|
nella sezione <a href="how_to_input_numbers.htm">COME INTRODURRE I NUMERI</a>.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Tali numeri posso essere immessi in quattro differenti basi numeriche:</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/Hex.PNG" width="53" height="24">
|
|
esadecimale.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/Dec.PNG" width="53" height="24">
|
|
decimale.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/Oct.PNG" width="53" height="24">
|
|
ottale.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/Bin.PNG" width="53" height="24">
|
|
sistema binario.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Ogni numero visualizzato sul display può essere facilmente convertito da una base numerica ad un'altra
|
|
semplicemente selezionando la nuova base desiderata.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Quando la modalità numerica é quella decimale, é possibile introdurre i numeri in due notazioni:</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><u><i>Modo normale</i></u>: ciascun numero é immesso digitando prima la sua parte intera e, eventualmente, la relativa parte frazionaria.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><u><i>Modo esponenziale</i></u>: il numero desiderato viene introdotto digitando una mantissa e poi un esponente.
|
|
Questa tecnica consente di scrivere numeri molto grandi o molto piccoli, che probabilmente non sarebbe stato possibile rappresentare in maniera diversa.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0">E' possibile usare questa modalità solo quando la calcolatrice é configurata in modo scientifico.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Tuttavia, esistono dei limiti anche per i numeri introdotti con la notazione esponenziale.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Questi limiti sono:</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0" align="center">-1.79769313486231570e+308 <= x <= -2.22507385850720140e-308</p>
|
|
<p style="margin-top: 0; margin-bottom: 0" align="center">2.22507385850720140e-308 <= x <= 1.79769313486231570e+308</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Questa modalità esponenziale temporanea é attivata dal pulsante <img border="0" src="images/Exp.PNG"></p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Dopo aver digitato la mantissa, premendo questo tasto sarà possibile immettere l'esponente.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Quando le librerie GNU multi-precision sono in uso, questi limiti si elevano a 64 cifre visualizzabili per la mantissa e 8 cifre per l'esponente, entrambi con segno.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Quando la calcolatrice si trova invece nello stato [HEX], [OCT] o [BIN], é possibile applicare una limitazione logica sulla risoluzione numerica (operazione normalmente come mascheramento).</p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Sono disponibili quattro tipi di limitazioni:</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/Qword.PNG" width="61" height="24">
|
|
Limita i numeri interi a 64 bit di risoluzione.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/Dword.PNG" width="61" height="24">
|
|
Limita i numeri interi a 32 bit di risoluzione.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/Word.PNG" width="61" height="24">
|
|
Limita i numeri interi a 16 bit di risoluzione.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/Byte.PNG" width="61" height="24">
|
|
Limita i numeri interi a 8 bit di risoluzione.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
|
|
</body>
|
|
|
|
</html>
|