Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
Update Elements.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zoomlogo committed Oct 21, 2021
1 parent 05a0948 commit 7922326
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/Elements.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,10 @@ For now this is a TODO.
- [ ] `B` Convert to binary (and vice versa for arrays).
- [ ] `b` Convert to truthy/falsely (1/0).
- [ ] `Θ` Prepend a zero.
- [ ] `S` Sort.
- [ ] `F` Flatten.
- [ ] `` Transpose.
- [ ] `` Grade up.
- [ ] `` Grade down.
- [ ] `I` Make an identity matrix.
- [ ] `x` Split into 2.
- [ ] `` Depth.
Expand Down Expand Up @@ -112,7 +113,7 @@ For now this is a TODO.
- [ ] `A` Append / Concatanate.
- [ ] `Ȧ` Reverse then Append / Concatanate.
- [ ] `·` Cartesian product.
- [ ] `i` Index, wrapping around to the start if the index overflows, if i is not int, return 2 elements near it / Slice.
- [ ] `i` APL's bracket indexing, wrapping, if index is a real return at floor(index) and ceil(index).
- [ ] `s` Split into chunks.
- [ ] `j` Convert to a complex number.
- [ ] `#` Reshape.
Expand Down

0 comments on commit 7922326

Please sign in to comment.