aboutsummaryrefslogtreecommitdiff
path: root/docs/help/gradeup_binsup.html
diff options
context:
space:
mode:
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>
โ”Œยท