Fix error in kg conversion
[gcalctool.git] / help / C / absolute.page
blobd954b7e5989b8dd6bdfb5d5433801e52fd899e6a
1 <page xmlns="http://projectmallard.org/1.0/"
2       type="guide"
3       id="absolute">
5     <info>
6         <link type="guide" xref="index#equation"/>
7     </info>
9         <title>Absolute Values</title>
10     
11     <p>
12     Absolute values are calculated using the | symbol or abs <link xref="function">function</link>.
13     </p>
14     <example>
15     <p>
16     |−1|
17     </p>
18     <p>
19     abs (−1)
20     </p>
21     </example>
22 </page>