diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-08-19 07:55:22 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-08-19 07:55:22 -0400 |
| commit | 222a7f19b75388b0c07b339ada198eb8fe5b9b15 (patch) | |
| tree | 90272b06159a63e8cdadf65767af5c192158cbc1 /doc | |
| parent | d9546b5085d95696e93b2796545ff94eafe05928 (diff) | |
Specify •MakeRand and •rand
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/fromDyalog.md | 2 | ||||
| -rw-r--r-- | doc/fromJ.md | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/fromDyalog.md b/doc/fromDyalog.md index edc6a3d7..47bf2267 100644 --- a/doc/fromDyalog.md +++ b/doc/fromDyalog.md @@ -94,7 +94,7 @@ The form `F⍣G` (Power with a function right operand; Power limit) must be impl <tr><td> <code>!</code> </td><td><code>×´1+↕</code> </td><td> <code>-˜(+÷○(×´)⊢)1+↕∘⊣</code></td></tr> <tr><td> <code>○</code> </td><td> <code>π⊸×</code> </td><td> <code>•math</code></td> </tr> <tr><td> <code>~</code> </td><td> <code>¬</code> </td><td> <code>¬∘∊/⊣</code></td> </tr> -<tr><td> <code>?</code> </td><td colspan=2>Library?</td> </tr> +<tr><td> <code>?</code> </td><td> <code>r.Range⚇0</code> </td><td> <code>r.Deal</code> with <code>r←•MakeRand num</code></td></tr> <tr><td> <code>⍲</code> </td><td> </td><td> <code>¬∘∧</code></td> </tr> <tr><td> <code>⍱</code> </td><td> </td><td> <code>¬∘∨</code></td> </tr> <tr><td> <code>⍴</code> </td><td> <code>≢</code> </td><td> <code>⥊</code></td> </tr> diff --git a/doc/fromJ.md b/doc/fromJ.md index 6363420b..2168a168 100644 --- a/doc/fromJ.md +++ b/doc/fromJ.md @@ -140,6 +140,7 @@ The tables below give approximate implementations of J primitives. J has a whole | `}:` | `¯1⊸↓` | | `".` | `•Eval` | | `":` | `•Fmt` | +| `?` | `r.Range⚇0` | `r.Deal` with `r←•MakeRand num` | `e.` | `><∘∾∊¨⊢` | `∊` | `E.` | | `⍷` | `i.` | `↕` (`⥊⟜(↕×´)` for lists) | `⊐` |
