diff options
author | Guido van Rossum <guido@python.org> | 1997-07-17 16:15:18 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-07-17 16:15:18 (GMT) |
commit | 84057a3874619a05513eb65f3068fa340a8c63e1 (patch) | |
tree | 962f2725908e4d2646e1424a0b34689d4e01dd2c | |
parent | 246d96555f47210a44a391a3fcea286ea60ec52b (diff) | |
download | cpython-84057a3874619a05513eb65f3068fa340a8c63e1.zip cpython-84057a3874619a05513eb65f3068fa340a8c63e1.tar.gz cpython-84057a3874619a05513eb65f3068fa340a8c63e1.tar.bz2 |
Added cmath
-rw-r--r-- | Doc/Makefile | 2 | ||||
-rw-r--r-- | Doc/lib.tex | 1 | ||||
-rw-r--r-- | Doc/lib/lib.tex | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 4e48d68..3988a00 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -111,7 +111,7 @@ LIBFILES = lib.tex \ libstat.tex libstrio.tex libundoc.tex libmailcap.tex libglob.tex \ libuser.tex libanydbm.tex librandom.tex libsite.tex libwhichdb.tex \ libbase64.tex libfnmatch.tex libquopri.tex libzlib.tex libsocksvr.tex \ - libmailbox.tex libcommands.tex + libmailbox.tex libcommands.tex libcmath.tex # Library document lib.dvi: $(LIBFILES) diff --git a/Doc/lib.tex b/Doc/lib.tex index 6198445..2c3ceaf 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -100,6 +100,7 @@ to Python and how to embed it in other applications. \input{libmisc} % Miscellaneous Services \input{libmath} +\input{libcmath} \input{libwhrandom} \input{librandom} \input{librand} diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 6198445..2c3ceaf 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -100,6 +100,7 @@ to Python and how to embed it in other applications. \input{libmisc} % Miscellaneous Services \input{libmath} +\input{libcmath} \input{libwhrandom} \input{librandom} \input{librand} |