aboutsummaryrefslogtreecommitdiff
path: root/docs/doc/take.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/doc/take.html')
-rw-r--r--docs/doc/take.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doc/take.html b/docs/doc/take.html
index 1c976976..e141a489 100644
--- a/docs/doc/take.html
+++ b/docs/doc/take.html
@@ -125,7 +125,7 @@
</pre>
<p>Now Take and Drop taken together don't include the whole array. Take includes the elements that are selected on <em>every</em> axis, while Drop excludes the ones selected on <em>any</em> axis. They are opposite corners that meet at some point in the middle of the array (here, at the spot between <code><span class='Number'>2</span></code> and <code><span class='Number'>11</span></code>).</p>
<p>Any integer values at all can be used, in any combination. Here one axis is shortened and the other's padded with fills. The result of Take has shape <code><span class='Function'>|</span><span class='Value'>𝕨</span></code>, maybe plus some trailing axes from <code><span class='Value'>𝕩</span></code>. Of course, if that's too big for your available memory, your BQN implementation probably can't compute it for you!</p>
-<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=M+KAv8KvMTIg4oaRIG0KCuKJoiA54oC/wq80IOKGkSDihpU34oC/NuKAvzUgICMgVHJhaWxpbmcgc2hhcGUgZXhhbXBsZQ==">↗️</a><pre> <span class='Number'>3</span><span class='Ligature'>‿</span><span class='Number'>¯12</span> <span class='Function'>↑</span> <span class='Value'>m</span>
+<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=4oqiIG0g4oaQICgxMMOX4oaVNSkgK+KMnCDihpU3CjPigL/CrzEyIOKGkSBtCgriiaIgOeKAv8KvNCDihpEg4oaVN+KAvzbigL81ICAjIFRyYWlsaW5nIHNoYXBlIGV4YW1wbGU=">↗️</a><pre> <span class='Number'>3</span><span class='Ligature'>‿</span><span class='Number'>¯12</span> <span class='Function'>↑</span> <span class='Value'>m</span>
┌─
╵ 0 0 0 0 0 0 1 2 3 4 5 6
0 0 0 0 0 10 11 12 13 14 15 16