diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-06-06 22:00:45 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-06-06 22:00:45 -0400 |
| commit | 34c492e0e3e7cabe364112402ea92e5b7a3485c6 (patch) | |
| tree | 6a220b65b476199018e081ff1c622e86183711e7 /docs/doc/index.html | |
| parent | 4d2322a4fb7c69fbd3cde18a8f7d4e6e9c057ef8 (diff) | |
Add arithmetic primitive documentation
Diffstat (limited to 'docs/doc/index.html')
| -rw-r--r-- | docs/doc/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/doc/index.html b/docs/doc/index.html index 8912506f..348a8cae 100644 --- a/docs/doc/index.html +++ b/docs/doc/index.html @@ -28,6 +28,7 @@ </ul> <p>Primitives:</p> <ul> +<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="assert.html">Assert</a> (<code><span class='Function'>!</span></code>)</li> <li><a href="reshape.html">Deshape and Reshape</a> (<code><span class='Function'>⥊</span></code>)</li> |
