diff options
Diffstat (limited to 'doc/arithmetic.md')
| -rw-r--r-- | doc/arithmetic.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/arithmetic.md b/doc/arithmetic.md index ee93b984..feb97083 100644 --- a/doc/arithmetic.md +++ b/doc/arithmetic.md @@ -151,7 +151,7 @@ BQN uses the six standard comparison functions of mathematics. For each pair of | Greater Than | `>` | 0 | 0 | 1 | Data | Greater Than or Equal to | `≥` | 0 | 1 | 1 | Data -The *ordered* comparisons `≤<>≥` 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 `∞`. +The *ordered* comparisons `≤<>≥` 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 `∞`. 3‿4‿5‿6 ≤ 5 |
