Skip to content

Commit ff7e51e

Browse files
authored
Merge pull request #610 from gitonthescene/master
Fixes #609. Fix doc for move to _draw
2 parents eeec32d + 57e8f16 commit ff7e51e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/c.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,6 @@ K backslash(S s, I n, K*dict)
195195
"@ triadic monadic amend. see \\. \n"
196196
"@ tetradic dyadic amend. see \\.\n"
197197
"? monadic unique. distinct elts from a list \n"
198-
"? dyadic draw. n?m yields n numbers < m \n"
199-
"? dyadic deal. -n?m yields n ints < m without replacement\n"
200198
"? dyadic find. x?y yields index of y in list x (or #x)\n"
201199
"? dyadic invert. {x^2} ? 2 yields sqrt(2) \n"
202200
"? triadic invert-guess. secant method with clues ?[{2^x};17;4]\n"
@@ -314,7 +312,7 @@ K backslash(S s, I n, K*dict)
314312
"_binl search for several elements\n"
315313
"_di delete element at index\n"
316314
"_dot dot product\n"
317-
"_draw draw x random numbers from 0 to y-1\n"
315+
"_draw draw x random numbers from 0 to y-1, negative y indicates without replacement\n"
318316
"_dv delete value\n"
319317
"_dvl delete several values\n"
320318
"_hash hash, (x;_hash x)?y\n"

0 commit comments

Comments
 (0)