repo.or.cz
/
gcalctool.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix error in kg conversion
[gcalctool.git]
/
help
/
C
/
absolute.page
blob
d954b7e5989b8dd6bdfb5d5433801e52fd899e6a
1
<page xmlns="http://projectmallard.org/1.0/"
2
type="guide"
3
id="absolute">
4
5
<info>
6
<link type="guide" xref="index#equation"/>
7
</info>
8
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>