aboutsummaryrefslogtreecommitdiff
path: root/src/r.bqn
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-09-20 13:50:30 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-09-20 13:50:30 -0400
commitf910f64594053011efd57a97100ad19ee1e39fb4 (patch)
tree33550f94bf4c2ea035e73d6e37395de299e4ab11 /src/r.bqn
parentbfc6eb1fcc5408ecf415224d47494a4005330da8 (diff)
Use "unit" or "rank-0" instead of "scalar"
Diffstat (limited to 'src/r.bqn')
-rw-r--r--src/r.bqn2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/r.bqn b/src/r.bqn
index 5132b453..b0e451ec 100644
--- a/src/r.bqn
+++ b/src/r.bqn
@@ -19,7 +19,7 @@ Pair ← {⟨𝕩⟩} ⊘ {⟨𝕨,𝕩⟩}
Box ← {⟨⟩⥊⟨𝕩⟩}
ToArray ← Box⍟(1-IsArray)
-# LIMITED to numeric arguments for scalar cases
+# LIMITED to numeric arguments for arithmetic cases
≥ ← ≤˜
< ← Box ⊘ (1-≥)
> ← (1-≤)