Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f10d0e80
Commit
f10d0e80
authored
Sep 07, 2007
by
Jay Belanger
Browse files
(History and Acknowledgements): Adjust the "thanks".
(Random Numbers): Clarify the distribution of `random'.
parent
1ab2cd43
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
doc/misc/ChangeLog
doc/misc/ChangeLog
+6
-0
doc/misc/calc.texi
doc/misc/calc.texi
+5
-4
No files found.
doc/misc/ChangeLog
View file @
f10d0e80
2007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi (History and Acknowledgements): Adjust the
"thanks".
(Random Numbers): Clarify the distribution of `random'.
2007-09-06 Glenn Morris <rgm@gnu.org>
* Move manual sources from man/ to subdirectories of doc/.
...
...
doc/misc/calc.texi
View file @
f10d0e80
...
...
@@ -1204,10 +1204,11 @@ Carl Witty, whose eagle eyes discovered many typographical and factual
errors in the Calc manual; Tim Kay, who drove the development of
Embedded mode; Ove Ewerlid, who made many suggestions relating to the
algebra commands and contributed some code for polynomial operations;
Randal Schwartz, who suggested the @code{calc-eval} function; Robert
J. Chassell, who suggested the Calc Tutorial and exercises; and Juha
Randal Schwartz, who suggested the @code{calc-eval} function; Juha
Sarlin, who first worked out how to split Calc into quickly-loading
parts. Bob Weiner helped immensely with the Lucid Emacs port.
parts; Bob Weiner, who helped immensely with the Lucid Emacs port; and
Robert J. Chassell, who suggested the Calc Tutorial and exercises as
well as many other things.
@cindex Bibliography
@cindex Knuth, Art of Computer Programming
...
...
@@ -18599,7 +18600,7 @@ Given a positive numeric prefix argument @expr{M}, it produces a random
integer @expr{N} in the range
@texline @math{0 \le N < M}.
@infoline @expr{0 <= N < M}.
Each
of the @expr{M} values
appears with equal probability.
Each
possible value @expr{N}
appears with equal probability.
With no numeric prefix argument, the @kbd{k r} command takes its argument
from the stack instead. Once again, if this is a positive integer @expr{M}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment