[Python-checkins] python/dist/src/Doc/lib libmath.tex,1.30,1.31

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Mon, 28 Apr 2003 14:32:08 -0700


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

Modified Files:
	libmath.tex 
Log Message:
Reworded fabs() for consistency with the others.  Noted that all
return values are floats.


Index: libmath.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libmath.tex,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** libmath.tex	26 Apr 2003 15:11:08 -0000	1.30
--- libmath.tex	28 Apr 2003 21:32:03 -0000	1.31
***************
*** 18,22 ****
  and why it was generated in the first place.
  
! The following functions are provided by this module:
  
  \begin{funcdesc}{acos}{x}
--- 18,23 ----
  and why it was generated in the first place.
  
! The following functions are provided by this module.  Except
! when explicitly noted otherwise, all return values are floats:
  
  \begin{funcdesc}{acos}{x}
***************
*** 57,61 ****
  
  \begin{funcdesc}{fabs}{x}
! Return the absolute value of the floating point number \var{x}.
  \end{funcdesc}
  
--- 58,62 ----
  
  \begin{funcdesc}{fabs}{x}
! Return the absolute value of \var{x}.
  \end{funcdesc}