reactos/rosapps/roscalc/docs/Help.it/general_information.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

50 lines
2.9 KiB
HTML

<html>
<head>
<title>Introduzione</title>
</head>
<body>
<h2 style="margin-top: 0; margin-bottom: 0">Introduzione</h2>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0">ReactOS Calc é un programma per eseguire calcoli matematici, finanziari e statistici.</p>
<p style="margin-top: 0; margin-bottom: 0">ReactOS Calc dispone di numerose funzionalità tra cui:</p>
<ul>
<li>
<p style="margin-top: -14; margin-bottom: 0">Precisione interna a 17 cifre decimali (risoluzione standard IEEE).</li>
<li>
<p style="margin-top: 0; margin-bottom: 0">Precisione interna a 512 cifre decimali e 64 cifre visualizzate su display (tramite utilizzo librerie GNU multi-precision).</li>
<li>
<p style="margin-top: 0; margin-bottom: 0">Funzioni di calcolo eseguite internamente con un'efficiente implementazione RPN (notazione polacca inversa), capace di eseguire un numero praticamente illimitato di espressioni matematiche annidate.</li>
<li>
<p style="margin-top: 0; margin-bottom: 0">Due differenti interfacce utente: standard oppure scientifica.</li>
<li>
<p style="margin-top: 0; margin-bottom: 0">Sono incluse le funzioni aritmetiche, algebriche e statistiche normalmente più usate.</li>
</ul>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0">In questa guida verranno illustrati i seguenti argomenti:</p>
<p style="margin-top: 0; margin-bottom: 0"><a href="how_to_input_numbers.htm">COME INTRODURRE I NUMERI</a></p>
<p style="margin-top: 0; margin-bottom: 0"><a href="display_format.htm">TIPI DI VISUALIZZAZIONE</a></p>
<p style="margin-top: 0; margin-bottom: 0"><a href="error_message.htm">MESSAGGIO DI ERRORE</a></p>
<p style="margin-top: 0; margin-bottom: 0"><a href="arithmetic_functions.htm">FUNZIONI ARITMETICHE</a></p>
<p style="margin-top: 0; margin-bottom: 0"><a href="logical_functions.htm">FUNZIONI LOGICHE</a></p>
<p style="margin-top: 0; margin-bottom: 0"><a href="algebraic_functions.htm">FUNZIONI ALGEBRICHE</a></p>
<p style="margin-top: 0; margin-bottom: 0"><a href="trigonometric_functions.htm">FUNZIONI TRIGONOMETRICHE</a></p>
<p style="margin-top: 0; margin-bottom: 0"><a href="the_pi_button.htm">IL PULSANTE PI-GRECO</a></p>
<p style="margin-top: 0; margin-bottom: 0"><a href="hyperbolic_functions.htm">FUNZIONI IPERBOLICHE</a></p>
<p style="margin-top: 0; margin-bottom: 0"><a href="statistical_functions.htm">FUNZIONI STATISTICHE</a></p>
<p style="margin-top: 0; margin-bottom: 0"><a href="memory_function.htm">FUNZIONE DI MEMORIA</a></p>
<p style="margin-top: 0; margin-bottom: 0"><a href="degree_conversion.htm">CONVERSIONE TRA TIPI DI GRADI</a></p>
<p style="margin-top: 0; margin-bottom: 0"><a href="fixed_scientific_notation.htm">NOTAZIONE SCIENTIFICA FISSA</a></p>
<p style="margin-top: 0; margin-bottom: 0"><a href="percent.htm">MODALITA' PERCENTUALE</a>
</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;
</p>
</body>
</html>