diff options
| author | Guido van Rossum <guido@python.org> | 1994-10-20 22:00:28 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1994-10-20 22:00:28 +0000 |
| commit | 411a8bd7996364259939ae65decca6265e7fa7c3 (patch) | |
| tree | 73f165a8bd3932ef14a135c5a98907687bb514f3 /Doc/lib/libmath.tex | |
| parent | 2ce15a59f7e408d5986a41e9350e71e3c7b5d879 (diff) | |
| download | cpython-git-411a8bd7996364259939ae65decca6265e7fa7c3.tar.gz | |
add hypot()
Diffstat (limited to 'Doc/lib/libmath.tex')
| -rw-r--r-- | Doc/lib/libmath.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libmath.tex b/Doc/lib/libmath.tex index 62da689f1a..c26e849957 100644 --- a/Doc/lib/libmath.tex +++ b/Doc/lib/libmath.tex @@ -19,6 +19,7 @@ They are: \funcline{floor}{x} \funcline{fmod}{x, y} \funcline{frexp}{x} +\funcline{hypot}{x, y} \funcline{ldexp}{x, y} \funcline{log}{x} \funcline{log10}{x} |
