aboutsummaryrefslogtreecommitdiff
path: root/docs/help/gradeup_binsup.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-01-24 20:13:18 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-01-24 20:14:44 -0500
commit5566ea9429f75b54a8cffb9ebea7747ea651d52c (patch)
treecb50a64656fff5c2d41a22dcd6ce553ac1bd8e2e /docs/help/gradeup_binsup.html
parent3b6599b12470fe9b1321111d31c34685ffd5db52 (diff)
Editing
Diffstat (limited to 'docs/help/gradeup_binsup.html')
-rw-r--r--docs/help/gradeup_binsup.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/help/gradeup_binsup.html b/docs/help/gradeup_binsup.html
index 580798e9..2f2668e7 100644
--- a/docs/help/gradeup_binsup.html
+++ b/docs/help/gradeup_binsup.html
@@ -16,7 +16,7 @@
โŸจ 1 2 3 โŸฉ
</pre>
<h2 id="๐•จ--๐•ฉ-bins-up"><a class="header" href="#๐•จ--๐•ฉ-bins-up"><code><span class='Value'>๐•จ</span> <span class='Function'>โ‹</span> <span class='Value'>๐•ฉ</span></code>: Bins Up</a></h2>
-<p>Binary search for each element of <code><span class='Value'>๐•ฉ</span></code> in <code><span class='Value'>๐•จ</span></code>, and return the index found, if any.</p>
+<p>Binary search for each cell of <code><span class='Value'>๐•ฉ</span></code> in <code><span class='Value'>๐•จ</span></code>, returning the number of major cells in <code><span class='Value'>๐•จ</span></code> less than or equal to that cell.</p>
<p><code><span class='Value'>๐•จ</span></code> must be sorted in ascending order.</p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAgM+KAvzTigL814oC/NyDijYsgMgoKICAgM+KAvzTigL814oC/NyDijYsgMuKAvzY=">โ†—๏ธ</a><pre> <span class='Number'>3</span><span class='Ligature'>โ€ฟ</span><span class='Number'>4</span><span class='Ligature'>โ€ฟ</span><span class='Number'>5</span><span class='Ligature'>โ€ฟ</span><span class='Number'>7</span> <span class='Function'>โ‹</span> <span class='Number'>2</span>
โ”Œยท