mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 02:26:03 +00:00
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
This commit is contained in:
parent
96ded05843
commit
ca60bdfbe8
221 changed files with 8878 additions and 0 deletions
31
rosapps/roscalc/docs/Help.en/logical_functions.htm
Normal file
31
rosapps/roscalc/docs/Help.en/logical_functions.htm
Normal file
|
@ -0,0 +1,31 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<title>LOGICAL FUNCTIONS</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h2 style="margin-top: 0; margin-bottom: 0">LOGICAL FUNCTIONS</h2>
|
||||
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
||||
<p style="margin-top: 0; margin-bottom: 0">There is a set of logical functions which can be used between two operands.</p>
|
||||
<p style="margin-top: 0; margin-bottom: 0">They can be used as normal arithmetic operators.</p>
|
||||
<p style="margin-top: 0; margin-bottom: 0">The only exception is the "Not" operator which works on a single number.</p>
|
||||
<p style="margin-top: 0; margin-bottom: 0">The provided functions are:</p>
|
||||
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
||||
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/And.PNG" width="36" height="28"></p>
|
||||
<p style="margin-top: 0; margin-bottom: 0">It executes an "and" between the numbers.</p>
|
||||
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
||||
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/Or.PNG" width="36" height="28"></p>
|
||||
<p style="margin-top: 0; margin-bottom: 0">It executes an "or" between the numbers.</p>
|
||||
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
||||
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/Xor.PNG" width="36" height="28"></p>
|
||||
<p style="margin-top: 0; margin-bottom: 0">It executes an "exclusive or" between the numbers.</p>
|
||||
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
||||
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/Not.PNG" width="36" height="28"></p>
|
||||
<p style="margin-top: 0; margin-bottom: 0">It inverts all bits of the number shown into the output display.</p>
|
||||
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue