summaryrefslogtreecommitdiffstats
path: root/Doc/libmath.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/libmath.tex')
-rw-r--r--Doc/libmath.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/libmath.tex b/Doc/libmath.tex
index c26e849..6c6a90f 100644
--- a/Doc/libmath.tex
+++ b/Doc/libmath.tex
@@ -44,6 +44,7 @@ They are:
\code{floor(\varvars{x})},
\code{fmod(\varvars{x\, y})},
\code{frexp(\varvars{x})},
+\code{hypot(\varvars{x\, y})},
\code{ldexp(\varvars{x\, y})},
\code{log(\varvars{x})},
\code{log10(\varvars{x})},
@@ -61,6 +62,9 @@ pattern than their C equivalents: they take a single argument and
return a pair of values, rather than returning their second return
value through an `output parameter' (there is no such thing in Python).
+The \code{hypot} function, which is not standard C, is not available
+on all platforms.
+
The module also defines two mathematical constants:
\iftexi
\begin{datadesc}{pi}