mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
50 lines
3.1 KiB
HTML
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"> </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"> </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"> </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"> </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"> </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"> </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"> </p>
|
|||
|
<p style="margin-top: 0; margin-bottom: 0">Tali regole esprimono il concetto di priorit<69> tra gli operatori.</p>
|
|||
|
<p style="margin-top: 0; margin-bottom: 0">La lista di questa gerarchia di propriet<65> <20> la seguente, ordinata per priorit<69> 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<6C>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">, <20> possibile isolare una sotto espressione matematica cos<6F> da poter essere risolta separatamente. La quantit<69> di parentesi introducibile in una singola espressione <20> virtualmente illimitata.
|
|||
|
Il numero di parentesi aperte <20> 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"> </p>
|
|||
|
|
|||
|
</body>
|
|||
|
|
|||
|
</html>
|