mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 10:14:44 +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
66 lines
5.5 KiB
HTML
66 lines
5.5 KiB
HTML
<html>
|
|
|
|
<head>
|
|
<title>FUNZIONI ALGEBRICHE</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h2 style="margin-top: 0; margin-bottom: 0">FUNZIONI ALGEBRICHE</h2>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0">ReactOS Calc può eseguire le più comuni funzioni algebriche.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/int.PNG" width="36" height="28"></p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Fornisce la parte intera del numero visualizzato sul display.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/int.PNG" width="36" height="28">+ <img border="0" src="images/Inv.PNG" width="46" height="24"></p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Fornisce la parte decimale del numero visualizzato sul display.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/xe2.PNG" width="36" height="28"></p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Funzione quadrato. Calcola il quadrato del numero visualizzato sul display.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/xe2.PNG" width="36" height="28">+ <img border="0" src="images/Inv.PNG" width="46" height="24"> , <img border="0" src="images/sqrt.PNG" width="36" height="28"></p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Funzione di radice quadrata. Ritorna la radice quadrata positiva del numero visualizzato sul display.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Se il numero sul visualizzatore é negativo, allora verrà visualizzato il messaggio di errore.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Quando l'interfaccia utente standard é attiva, il pulsante [Sqrt] é una scorciatoia per questa funzione.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/xe3.PNG" width="36" height="28"></p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Funzione cubo. Calcola il cubo del numero visualizzato sul display.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/xe3.PNG" width="36" height="28">+ <img border="0" src="images/Inv.PNG" width="46" height="24"></p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Funzione di radice cubica. Ritorna la radice cubica del numero visualizzato sul display.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/xey.PNG" width="36" height="28"></p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Funzione elevamento a potenza. Calcola la potenza di X elevato a Y.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/xey.PNG" width="36" height="28">+ <img border="0" src="images/Inv.PNG" width="46" height="24"></p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Funzione di radice. Calcola la Y-esima radice di X.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/1_x.PNG" width="36" height="28"></p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Reciproco. Divide 1 per il numero visualizzato sul display.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/nf.PNG" width="36" height="28"></p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Fattoriale. Calcola il fattoriale della parte intera del numero visualizzato sul display.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0">La funzione é definita entro questi limiti:</p>
|
|
<p style="margin-top: 0; margin-bottom: 0" align="center">0 <= n <= 170</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/ln.PNG" width="36" height="28"></p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Logaritmo naturale. Calcola il logaritmo naturale del numero attualmente visualizzato.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0">ReactOS Calc assume la costante di Nepero pari a:</p>
|
|
<p style="margin-top: 0; margin-bottom: 0" align="center">e=2.7182818284590452354</p>
|
|
<p style="margin-top: 0; margin-bottom: 0">La funzione é definita per x > 0.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/ln.PNG" width="36" height="28">+ <img border="0" src="images/Inv.PNG" width="46" height="24"></p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Funzione esponenziale. Calcola l'elevamento a potenza della costante di Nepero per il numero corrente.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/log.PNG" width="36" height="28"></p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Logaritmo decimale. Calcola il logaritmo in base 10 del numero corrente.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0">La funzione é definita per x > 0.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/log.PNG" width="36" height="28">+ <img border="0" src="images/Inv.PNG" width="46" height="24"></p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Funzione esponenziale decimale. Calcola l'elevamento a potenza di 10 per il numero corrente.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
|
|
</body>
|
|
|
|
</html>
|