aboutsummaryrefslogtreecommitdiff
path: root/docs/doc/primitive.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-06-12 22:23:58 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-06-12 22:23:58 -0400
commit016a32f7f798efefbf0376f07ecd12868b8160f3 (patch)
tree5e03ff9f9dc3c327589b5f8a10d901a5dd45fab1 /docs/doc/primitive.html
parentfb9b75b9f6014f81e8e944f8b105ec75d9ecdc0d (diff)
Add comparison functions to arithmetic documentation
Diffstat (limited to 'docs/doc/primitive.html')
-rw-r--r--docs/doc/primitive.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/doc/primitive.html b/docs/doc/primitive.html
index 5c024ba8..ac4cac2d 100644
--- a/docs/doc/primitive.html
+++ b/docs/doc/primitive.html
@@ -82,32 +82,32 @@
<tr>
<td><code><span class='Function'>≤</span></code></td>
<td></td>
-<td><a href="https://aplwiki.com/wiki/Less_than_or_Equal_to">Less Than or Equal to</a></td>
+<td><a href="arithmetic.html#comparisons">Less Than or Equal to</a></td>
</tr>
<tr>
<td><code><span class='Function'>&lt;</span></code></td>
<td><a href="enclose.html">Enclose</a></td>
-<td><a href="https://aplwiki.com/wiki/Less_than">Less Than</a></td>
+<td><a href="arithmetic.html#comparisons">Less Than</a></td>
</tr>
<tr>
<td><code><span class='Function'>&gt;</span></code></td>
<td><a href="couple.html">Merge</a>*</td>
-<td><a href="https://aplwiki.com/wiki/Greater_than">Greater Than</a></td>
+<td><a href="arithmetic.html#comparisons">Greater Than</a></td>
</tr>
<tr>
<td><code><span class='Function'>≥</span></code></td>
<td></td>
-<td><a href="https://aplwiki.com/wiki/Greater_than_or_Equal_to">Greater Than or Equal to</a></td>
+<td><a href="arithmetic.html#comparisons">Greater Than or Equal to</a></td>
</tr>
<tr>
<td><code><span class='Function'>=</span></code></td>
<td><a href="shape.html">Rank</a>*</td>
-<td><a href="https://aplwiki.com/wiki/Equal_to">Equals</a></td>
+<td><a href="arithmetic.html#comparisons">Equals</a></td>
</tr>
<tr>
<td><code><span class='Function'>≠</span></code></td>
<td><a href="shape.html">Length</a></td>
-<td><a href="https://aplwiki.com/wiki/Not_Equal_to">Not Equals</a></td>
+<td><a href="arithmetic.html#comparisons">Not Equals</a></td>
</tr>
<tr>
<td><code><span class='Function'>≡</span></code></td>