Fix error in kg conversion
[gcalctool.git] / help / C / boolean.page
blob080c28e3fef2177fefc67e246b201e50234cd76d
1 <page xmlns="http://projectmallard.org/1.0/"
2       type="guide"
3       id="boolean">
5     <info>
6         <link type="guide" xref="index#equation"/>
7     </info>
9         <title>Boolean Algebra</title>
10     
11     <p>
12     Boolean algebra can be calculated using the AND, OR and XOR operators.
13     </p>
14     <example>
15     <p>
16     010011₂ AND 110101₂
17     </p>
18     </example>
19     <p>
20     Buttons for these symbols are available in <link xref="mouse">programming mode</link>.
21     </p>
22     <p>
23     The NOT <link xref="function">function</link> inverts the bits in a number.
24     The word size is set from the <guiseq><gui>Calculator</gui><gui>Preferences</gui></guiseq> menu.
25     </p>
26     <example>
27     <p>
28     NOT 010011₂
29     </p>
30     </example>
31 </page>