aboutsummaryrefslogtreecommitdiff
path: root/help/deshape_reshape.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-01-24 20:13:18 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-01-24 20:14:44 -0500
commit5566ea9429f75b54a8cffb9ebea7747ea651d52c (patch)
treecb50a64656fff5c2d41a22dcd6ce553ac1bd8e2e /help/deshape_reshape.md
parent3b6599b12470fe9b1321111d31c34685ffd5db52 (diff)
Editing
Diffstat (limited to 'help/deshape_reshape.md')
-rw-r--r--help/deshape_reshape.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/help/deshape_reshape.md b/help/deshape_reshape.md
index 8402682e..16e4bffb 100644
--- a/help/deshape_reshape.md
+++ b/help/deshape_reshape.md
@@ -4,7 +4,7 @@
## `⥊ 𝕩`: Deshape
-Put all elements of `𝕩` in a rank 1 array, converting to array if necessary.
+Put all elements of `𝕩` in a rank 1 array, promoting to an array if necessary.
⥊ 1
@@ -14,7 +14,7 @@ Put all elements of `𝕩` in a rank 1 array, converting to array if necessary.
## `𝕨 ⥊ 𝕩`: Reshape
-Put all elements of `𝕩` in an array of shape `𝕨`, adding or removing elements if necessary.
+Put all elements of `𝕩` in an array of shape `𝕨`, removing elements or repeating them cyclically if necessary.
A single element in `𝕩` can be a function, which will be replaced with an appropriate length:
- `∘` Exact fit