diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-06-13 08:57:11 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-06-13 08:57:11 -0400 |
| commit | d4c2d74ccf443d35969ab4e4c18cd47207d220d2 (patch) | |
| tree | 01ff87aaad6c2bb32292ba2b29175cec98e52bbd /docs/doc/arithmetic.html | |
| parent | e8d6aa976783bcb7cb5855880ff056a023f12471 (diff) | |
Clear up ambiguities
Diffstat (limited to 'docs/doc/arithmetic.html')
| -rw-r--r-- | docs/doc/arithmetic.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doc/arithmetic.html b/docs/doc/arithmetic.html index 7e9b9b64..40a6067e 100644 --- a/docs/doc/arithmetic.html +++ b/docs/doc/arithmetic.html @@ -266,7 +266,7 @@ </tr> </tbody> </table> -<p>The <em>ordered</em> comparisons <code><span class='Function'>≤<>≥</span></code> are defined on numbers and characters (and arrays, by pervasion); they give an error for operation or namespace arguments. They order numbers as you'd expect, and characters by their code points. A character is considered greater than any number, even if it's <code><span class='Number'>∞</span></code>.</p> +<p>The <em>ordered</em> comparisons <code><span class='Function'>≤<>≥</span></code> are defined on numbers and characters (and arrays, by pervasion); they give an error for operation or namespace arguments. They order numbers as you'd expect, and characters by their code points. A character is considered greater than any number, even <code><span class='Number'>∞</span></code>.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=M+KAvzTigL814oC/NiDiiaQgNQoKJ2MnIDwgImFjYnoiCgrCr+KInuKAv8+A4oC/4oieIOKJpSBA4oC/JzAn4oC/Jz8n">↗️</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'>6</span> <span class='Function'>≤</span> <span class='Number'>5</span> ⟨ 1 1 1 0 ⟩ |
