reactos/rosapps/roscalc/docs/Help.it/arithmetic_functions.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
3.1 KiB
HTML

<html>
<head>
<title>FUNZIONI ARITMETICHE</title>
</head>
<body>
<h2 style="margin-top: 0; margin-bottom: 0">FUNZIONI ARITMETICHE</h2>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0">ReactOS Calc segue le regole normalmente impiegate nel sistema aritmetico con i seguenti operatori:</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/add.PNG" width="36" height="28"></p>
<p style="margin-top: 0; margin-bottom: 0">Addizione</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/sub.PNG" width="36" height="28"></p>
<p style="margin-top: 0; margin-bottom: 0">Sottrazione</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/mult.PNG" width="36" height="28"></p>
<p style="margin-top: 0; margin-bottom: 0">Moltiplicazione</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/divide.PNG" width="36" height="28"></p>
<p style="margin-top: 0; margin-bottom: 0">Divisione</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/Mod.PNG" width="36" height="28"></p>
<p style="margin-top: 0; margin-bottom: 0">Resto di una divisione</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0">Tali regole esprimono il concetto di priorità tra gli operatori.</p>
<p style="margin-top: 0; margin-bottom: 0">La lista di questa gerarchia di proprietà é la seguente, ordinata per priorità descrescente:</p>
<ol>
<li>
<p style="margin-top: 0; margin-bottom: 0">Funzioni speciali che cambiano direttamente il numero corrente: funzioni trigonometriche, iperboliche, esponenziali e logaritmiche, reciproco, conversioni tra basi numeriche, separazione di parti intere e frazionarie e cambio di segno.</li>
<li>
<p style="margin-top: 0; margin-bottom: 0">Funzioni di elevamento a potenza e radici.</li>
<li>
<p style="margin-top: 0; margin-bottom: 0">Moltiplicazioni, divisioni e resti.</li>
<li>
<p style="margin-top: 0; margin-bottom: 0">Addizioni, sottrazioni.</li>
<li>
<p style="margin-top: 0; margin-bottom: 0">Funzioni logiche.</li>
</ol>
<p style="margin-top: 0; margin-bottom: 0">Queste regole possono essere in qualche modo aggirate grazie allàuso delle parentesi.</p>
<p style="margin-top: 0; margin-bottom: 0">Tramite i pulsanti <img border="0" src="images/PARL.PNG" width="36" height="28"> e <img border="0" src="images/PARR.PNG" width="36" height="28">, é possibile isolare una sotto espressione matematica così da poter essere risolta separatamente. La quantità di parentesi introducibile in una singola espressione é virtualmente illimitata.
Il numero di parentesi aperte é dato dal valore visualizzato nel controllo posto al di sotto delle funzioni per il cambio di base e a fianco dei modificatori per le funzioni inverse e iperboliche.</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
</body>
</html>