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

23 lines
1.2 KiB
HTML

<html>
<head>
<title>NOTAZIONE SCIENTIFICA FISSA</title>
</head>
<body>
<h2 style="margin-top: 0; margin-bottom: 0">NOTAZIONE SCIENTIFICA FISSA</h2>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0">Lavorando con ReactOS Calc, é possibile selezionare la notazione scientifica temporanea
(attivata dal pulsante <img border="0" src="images/Exp.PNG" width="36" height="28"> ) oppure la notazione scientifica fissa.</p>
<p style="margin-top: 0; margin-bottom: 0">La notazione scientifica fissa é attivata premendo il pulsante <img border="0" src="images/F-E.PNG" width="36" height="28"></p>
<p style="margin-top: 0; margin-bottom: 0">Quando la notazione scientifica fissa é attiva, tutti i risultati saranno visualizzati usando la notazione esponenziale anche per quei numeri che potrebbero essere rappresentati in modalità normale.</p>
<p style="margin-top: 0; margin-bottom: 0">La calcolatrice sarà ripristinata in modalità normale premendo nuovamente sul pulsante
<img border="0" src="images/F-E.PNG" width="36" height="28"> oppure premendo il pulsante
<img border="0" src="images/CC.PNG" width="60" height="28"></p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
</body>
</html>