mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
ca60bdfbe8
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
35 lines
1.8 KiB
HTML
35 lines
1.8 KiB
HTML
<html>
|
|
|
|
<head>
|
|
<title>PERCENT</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h2 style="margin-top: 0; margin-bottom: 0">PERCENT</h2>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0">The <img border="0" src="images/perc.PNG" width="36" height="28">
|
|
button is available only with standard mode and it's used as modifier for the four
|
|
basic arithmetic operators.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0">The input sequence for a percent calculation is:</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0" align="center">"first" "operator" "second" "percent"</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0">The modification applied by the percent button for each operator are:</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">Add "second"-% of "first" to "first".</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">Subtract "second"-% of "first" from "first".</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">Multiply "second"-% of "first" with "first".</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">Divide "first" by "second"-% of "first".</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
|
|
</body>
|
|
|
|
</html>
|