diff options
Diffstat (limited to 'docs/help/gradeup_binsup.html')
| -rw-r--r-- | docs/help/gradeup_binsup.html | 2 |
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> โยท |
