Skip to content

Commit

Permalink
Merge pull request #41 from Dyalog/mathematical-functions
Browse files Browse the repository at this point in the history
Add chapter Mathematical Functions.
  • Loading branch information
rodrigogiraoserrao authored Nov 13, 2022
2 parents 9c988c3 + c817ba5 commit b81408e
Show file tree
Hide file tree
Showing 7 changed files with 9,779 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,27 @@ However, because this book is a rework of the first edition by Bernard Legrand,
this changelog also marks with [n] content that is new in this rework.


## 0.7.0

- Add chapter “Mathematical Functions”:
- refactor “Sorting and Searching Data”:
- [n] explain how “Grade Up/Down” sort numeric arrays of arbitrary rank;
- [n] add subsection on how “Grade Up” `` inverts a permutation;
- remove subsection “Encode & Decode > Applications > Calculating Positions in a Matrix” (rendered obsolete by high-rank “Index Of”);
- refactor “Randomised Values”:
- [n] say “Deal” `?0` generates decimal numbers between 0 and 1;
- move Specialist's Subsection “Random Link” to the main section (the book uses `⎕RL` a lot to generate variables, so it makes sense to describe it in the main text).
- refactor subsection “Some More Maths”:
- [n] list the “Circle” functions for complex numbers;
- [n] add the identity `(×≡∨×∧)`;
- [n] mention “Unique” `` next to “Union” and “Intersection”.
- refactor “Exercises”:
- [n] add exercise on representing sparse matrices and using “Encode” and “Decode” (replaces old “Encode & Decode > Applications > Calculating Positions in a Matrix”).
- refactor “The Specialist's Section”:
- move “Random Link” out;
- [n] write about total array ordering.


## 0.6.1

- Add section “More about DISPLAY” to chapter “Nested Arrays (Continued)”.
Expand Down
1 change: 1 addition & 0 deletions book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ sections:
- file: Nested-Arrays-Continued
- file: Operators
- file: Tacit-Programming
- file: Mathematical-Functions
- file: Appendices
Loading

0 comments on commit b81408e

Please sign in to comment.