From e2b07a5fd0bbaad232c717fb90a31d6c61d72bd4 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Thu, 14 Jul 2022 20:06:50 -0400 Subject: Try to include previous variable definitions in REPL links --- docs/doc/shape.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/doc/shape.html') diff --git a/docs/doc/shape.html b/docs/doc/shape.html index 50140270..eef019ab 100644 --- a/docs/doc/shape.html +++ b/docs/doc/shape.html @@ -31,7 +31,7 @@ 4

The length is the first element of the shape, and the rank is the length of the shape—the number of axes. For another example, taking the first (and only) cell of arr gives an array with shape 326, length 3, and rank 3, as we can see by applying each function to arr.

-↗️
    = {𝕎𝕩}¨< arr
+↗️
    = {𝕎𝕩}¨< arr
 ⟨ ⟨ 3 2 6 ⟩ 3 3 ⟩
 

Applying Shape and the other two functions to an atom shows a shape of ⟨⟩ (the empty list), and a rank of zero and length of 1. The same is true of an enclosed array, which like an atom is a kind of unit.

-- cgit v1.2.3