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 /Doc/lib.tex | |
parent | 246d96555f47210a44a391a3fcea286ea60ec52b (diff) | |
download | cpython-84057a3874619a05513eb65f3068fa340a8c63e1.zip cpython-84057a3874619a05513eb65f3068fa340a8c63e1.tar.gz cpython-84057a3874619a05513eb65f3068fa340a8c63e1.tar.bz2 |
Added cmath
Diffstat (limited to 'Doc/lib.tex')
-rw-r--r-- | Doc/lib.tex | 1 |
1 files changed, 1 insertions, 0 deletions
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} |