diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-06-12 22:23:58 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-06-12 22:23:58 -0400 |
| commit | 016a32f7f798efefbf0376f07ecd12868b8160f3 (patch) | |
| tree | 5e03ff9f9dc3c327589b5f8a10d901a5dd45fab1 /docs/doc/index.html | |
| parent | fb9b75b9f6014f81e8e944f8b105ec75d9ecdc0d (diff) | |
Add comparison functions to arithmetic documentation
Diffstat (limited to 'docs/doc/index.html')
| -rw-r--r-- | docs/doc/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doc/index.html b/docs/doc/index.html index 75a7e7f8..9c535aa2 100644 --- a/docs/doc/index.html +++ b/docs/doc/index.html @@ -34,7 +34,7 @@ </ul> <p>Primitives:</p> <ul> -<li><a href="arithmetic.html">Arithmetic</a> (<code><span class='Function'>+-×÷⋆√⌊⌈|</span></code>)</li> +<li><a href="arithmetic.html">Arithmetic</a> (<code><span class='Function'>+-×÷⋆√⌊⌈|≤<>≥=≠</span></code>)</li> <li><a href="depth.html">Array depth</a> (<code><span class='Function'>≡</span></code> and <code><span class='Modifier2'>⚇</span></code>)</li> <li><a href="shape.html">Array dimensions</a> (<code><span class='Function'>≢=≠</span></code>)</li> <li><a href="assert.html">Assert</a> (<code><span class='Function'>!</span></code>)</li> |
