mirror of
https://github.com/python/cpython.git
synced 2024-11-26 03:14:27 +08:00
Added cmath
This commit is contained in:
parent
246d96555f
commit
84057a3874
@ -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)
|
||||
|
@ -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}
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user