From f910f64594053011efd57a97100ad19ee1e39fb4 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sun, 20 Sep 2020 13:50:30 -0400 Subject: Use "unit" or "rank-0" instead of "scalar" --- docs/doc/join.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/doc/join.html') diff --git a/docs/doc/join.html b/docs/doc/join.html index c56a47d3..312a1f95 100644 --- a/docs/doc/join.html +++ b/docs/doc/join.html @@ -17,7 +17,7 @@

Join requires each element of its argument to be an array, and their ranks to match exactly. No rank extension is performed.

    "abc"'d'"ef"  # Includes an atom
 RANK ERROR
-    "abc"(<'d')"ef"  # Includes a scalar
+    "abc"(<'d')"ef"  # Includes a unit
 RANK ERROR
 

However, Join has higher-dimensional uses as well. Given a rank-m array of rank-n arrays (requiring mn), it will merge arrays along their first m axes. For example, if the argument is a matrix of matrices representing a block matrix, Join will give the corresponding unblocked matrix as its result.

-- cgit v1.2.3