[Python-checkins] python/dist/src/Doc/lib libmath.tex,1.27,1.28

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Mon, 16 Dec 2002 17:24:13 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv3236/Doc/lib

Modified Files:
	libmath.tex 
Log Message:
Add markup for base parameter

Index: libmath.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libmath.tex,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** libmath.tex	14 Dec 2002 19:51:34 -0000	1.27
--- libmath.tex	17 Dec 2002 01:24:11 -0000	1.28
***************
*** 88,93 ****
  
  \begin{funcdesc}{log}{x\optional{, base}}
! Returns the logarithm of \var{x} to the given base.
! If the base is not specified, returns the natural logarithm of \var{x}.
  \versionchanged[\var{base} argument added]{2.3}
  \end{funcdesc}
--- 88,93 ----
  
  \begin{funcdesc}{log}{x\optional{, base}}
! Returns the logarithm of \var{x} to the given \var{base}.
! If the \var{base} is not specified, returns the natural logarithm of \var{x}.
  \versionchanged[\var{base} argument added]{2.3}
  \end{funcdesc}