diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-12-09 08:50:18 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-12-09 08:50:18 -0500 |
| commit | eed43aa900d79e515045ea5398d980a42ec758a6 (patch) | |
| tree | 3f7a0e224cd772233a9d7783fe239bdd5d09000e /docs | |
| parent | b07342eade06ef914f036af43b26c85687af675b (diff) | |
Generate HTML
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/help/deshape_reshape.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/help/deshape_reshape.html b/docs/help/deshape_reshape.html index 1d0a0191..81e0aa7d 100644 --- a/docs/help/deshape_reshape.html +++ b/docs/help/deshape_reshape.html @@ -17,7 +17,7 @@ <h2 id="𝕨--𝕩-reshape"><a class="header" href="#𝕨--𝕩-reshape"><code><span class='Value'>𝕨</span> <span class='Function'>⥊</span> <span class='Value'>𝕩</span></code>: Reshape</a></h2> <p><a class="fulldoc" href="../doc/reshape.html">→full documentation</a></p> <p>Put all elements of <code><span class='Value'>𝕩</span></code> in an array of shape <code><span class='Value'>𝕨</span></code>, removing elements or repeating them cyclically if necessary.</p> -<p>A single element in <code><span class='Value'>𝕩</span></code> can be a function, which will be replaced with an appropriate length:</p> +<p>A single element in <code><span class='Value'>𝕨</span></code> can be a function, which will be replaced with an appropriate length:</p> <ul> <li><code><span class='Modifier2'>∘</span></code> Exact fit</li> <li><code><span class='Function'>⌊</span></code> Round length down, discarding elements</li> |
