summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-03 06:04:12 (GMT)
committerFred Drake <fdrake@acm.org>1998-04-03 06:04:12 (GMT)
commit4e6688747ce222cd2f110de5097fc87f8770c88f (patch)
treeab69f7e10f05e40b743e99f2d0e090e90ed59226 /Doc
parent76547c5631b5d5609f3a8212bcc8c1af7b1b7cdf (diff)
downloadcpython-4e6688747ce222cd2f110de5097fc87f8770c88f.zip
cpython-4e6688747ce222cd2f110de5097fc87f8770c88f.tar.gz
cpython-4e6688747ce222cd2f110de5097fc87f8770c88f.tar.bz2
Consistency nits:
Use math-mode pi instead of mixing forms. Use spaces around relational operators.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/librandom.tex6
-rw-r--r--Doc/librandom.tex6
2 files changed, 6 insertions, 6 deletions
diff --git a/Doc/lib/librandom.tex b/Doc/lib/librandom.tex
index 66fda8d..201b9ab 100644
--- a/Doc/lib/librandom.tex
+++ b/Doc/lib/librandom.tex
@@ -23,7 +23,7 @@ found in any statistics text.
\setindexsubitem{(in module random)}
\begin{funcdesc}{betavariate}{alpha, beta}
Beta distribution. Conditions on the parameters are
-\code{\var{alpha}>-1} and \code{\var{beta}>-1}.
+\code{\var{alpha} >- 1} and \code{\var{beta} > -1}.
Returned values will range between 0 and 1.
\end{funcdesc}
@@ -31,7 +31,7 @@ Returned values will range between 0 and 1.
Circular uniform distribution. \var{mean} is the mean angle, and
\var{arc} is the range of the distribution, centered around the mean
angle. Both values must be expressed in radians, and can range
-between 0 and \code{pi}. Returned values will range between
+between 0 and $\pi$. Returned values will range between
\code{\var{mean} - \var{arc}/2} and \code{\var{mean} + \var{arc}/2}.
\end{funcdesc}
@@ -44,7 +44,7 @@ positive infinity.
\begin{funcdesc}{gamma}{alpha, beta}
Gamma distribution. (\emph{Not} the gamma function!) Conditions on
-the parameters are \code{\var{alpha}>-1} and \code{\var{beta}>0}.
+the parameters are \code{\var{alpha} > -1} and \code{\var{beta} > 0}.
\end{funcdesc}
\begin{funcdesc}{gauss}{mu, sigma}
diff --git a/Doc/librandom.tex b/Doc/librandom.tex
index 66fda8d..201b9ab 100644
--- a/Doc/librandom.tex
+++ b/Doc/librandom.tex
@@ -23,7 +23,7 @@ found in any statistics text.
\setindexsubitem{(in module random)}
\begin{funcdesc}{betavariate}{alpha, beta}
Beta distribution. Conditions on the parameters are
-\code{\var{alpha}>-1} and \code{\var{beta}>-1}.
+\code{\var{alpha} >- 1} and \code{\var{beta} > -1}.
Returned values will range between 0 and 1.
\end{funcdesc}
@@ -31,7 +31,7 @@ Returned values will range between 0 and 1.
Circular uniform distribution. \var{mean} is the mean angle, and
\var{arc} is the range of the distribution, centered around the mean
angle. Both values must be expressed in radians, and can range
-between 0 and \code{pi}. Returned values will range between
+between 0 and $\pi$. Returned values will range between
\code{\var{mean} - \var{arc}/2} and \code{\var{mean} + \var{arc}/2}.
\end{funcdesc}
@@ -44,7 +44,7 @@ positive infinity.
\begin{funcdesc}{gamma}{alpha, beta}
Gamma distribution. (\emph{Not} the gamma function!) Conditions on
-the parameters are \code{\var{alpha}>-1} and \code{\var{beta}>0}.
+the parameters are \code{\var{alpha} > -1} and \code{\var{beta} > 0}.
\end{funcdesc}
\begin{funcdesc}{gauss}{mu, sigma}