Skip to content

Commit

Permalink
Merge pull request #610 from gitonthescene/master
Browse files Browse the repository at this point in the history
Fixes #609.  Fix doc for move to _draw
  • Loading branch information
tavmem committed Dec 16, 2021
2 parents eeec32d + 57e8f16 commit ff7e51e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/c.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ K backslash(S s, I n, K*dict)
"@ triadic monadic amend. see \\. \n"
"@ tetradic dyadic amend. see \\.\n"
"? monadic unique. distinct elts from a list \n"
"? dyadic draw. n?m yields n numbers < m \n"
"? dyadic deal. -n?m yields n ints < m without replacement\n"
"? dyadic find. x?y yields index of y in list x (or #x)\n"
"? dyadic invert. {x^2} ? 2 yields sqrt(2) \n"
"? triadic invert-guess. secant method with clues ?[{2^x};17;4]\n"
Expand Down Expand Up @@ -314,7 +312,7 @@ K backslash(S s, I n, K*dict)
"_binl search for several elements\n"
"_di delete element at index\n"
"_dot dot product\n"
"_draw draw x random numbers from 0 to y-1\n"
"_draw draw x random numbers from 0 to y-1, negative y indicates without replacement\n"
"_dv delete value\n"
"_dvl delete several values\n"
"_hash hash, (x;_hash x)?y\n"
Expand Down

0 comments on commit ff7e51e

Please sign in to comment.