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
18 lines
642 B
HTML
18 lines
642 B
HTML
<html>
|
|
|
|
<head>
|
|
<title>ERROR MESSAGE</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h2 style="margin-top: 0; margin-bottom: 0">ERROR MESSAGE</h2>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0">The output display will show the message "Error" if the current calculation overflows the limits of the calculator, or when an undefined condition is generated (example: division by zero).</p>
|
|
<p style="margin-top: 0; margin-bottom: 0">The error condition is cleared using the
|
|
<img border="0" src="images/CC.PNG" width="60" height="28"> button.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
|
|
</body>
|
|
|
|
</html>
|