diff options
Diffstat (limited to 'help/C/absolute.page')
-rw-r--r-- | help/C/absolute.page | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/help/C/absolute.page b/help/C/absolute.page new file mode 100644 index 0000000..d954b7e --- /dev/null +++ b/help/C/absolute.page @@ -0,0 +1,22 @@ +<page xmlns="http://projectmallard.org/1.0/" + type="guide" + id="absolute"> + + <info> + <link type="guide" xref="index#equation"/> + </info> + + <title>Absolute Values</title> + + <p> + Absolute values are calculated using the | symbol or abs <link xref="function">function</link>. + </p> + <example> + <p> + |−1| + </p> + <p> + abs (−1) + </p> + </example> +</page> |