1<?xml version="1.0" encoding="utf-8"?>
2<page xmlns="http://projectmallard.org/1.0/" type="guide" id="absolute" xml:lang="nn">
3
4    <info>
5        <link type="guide" xref="index#equation"/>
6    </info>
7
8	<title>Absolute Values</title>
9
10    <p>
11    Absolute values are calculated using the | symbol or abs <link xref="function">function</link>.
12    </p>
13    <example>
14    <p>
15    |−1|
16    </p>
17    <p>
18    abs (−1)
19    </p>
20    </example>
21</page>
22