We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6fa251 + 3b5d30f commit 1d71d2cCopy full SHA for 1d71d2c
1 file changed
learning/J_EXAMPLES.md
@@ -1,9 +1,9 @@
1
**2021-01-15**<br>
2
Pi Calculation:
3
```ijs
4
-slidng =: <;._3
5
-chunk =: 3 : '(2*i.((#y) % 2)) { 2 sliding y'
6
-pi =: 3 : '+/ > 8 % each */ each chunk 1 + 2 * i.y'
+sliding =: <;._3
+chunk =: 3 : '(2*i.((#y) % 2)) { 2 sliding y'
+pi =: 3 : '+/ > 8 % each */ each chunk 1 + 2 * i.y'
7
```
8
**2021-01-17**<br>
9
Pi Calculation (revised from above because we learned things):
0 commit comments