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
17 lines
682 B
HTML
17 lines
682 B
HTML
<html>
|
|
|
|
<head>
|
|
<title>MESSAGGIO DI ERRORE</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h2 style="margin-top: 0; margin-bottom: 0">MESSAGGIO DI ERRORE</h2>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Se il risultato calcolato supera i limiti della calcolatrice oppure se viene generata una condizione indefinita (ad esempio, una divisione per zero), allora sul visualizzatore verrà stampata la scritta "Errore".</p>
|
|
<p style="margin-top: 0; margin-bottom: 0">La condizione di errore viene rimossa usando il tasto <img border="0" src="images/CC.PNG" width="60" height="28"></p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
|
|
</body>
|
|
|
|
</html>
|