|
|
|
|
|
by icen
1701 days ago
|
|
/ does different things depending on the arity of the preceding function. 'f/ x' is 'insert' - i.e. reduce, so that '+/ 1+i.10' yields 55. 'x f/ y' is 'table', inserting 'f' between each pair to form a generalised multiplication table. The documentation for j is unsurprisingly terse, but it is complete and very helpful. https://code.jsoftware.com/wiki/Vocabulary/slash#dyadic |
|