hypot is now always supported
diff --git a/Doc/lib/libmath.tex b/Doc/lib/libmath.tex
index 6c6a90f..765fcdf 100644
--- a/Doc/lib/libmath.tex
+++ b/Doc/lib/libmath.tex
@@ -62,9 +62,6 @@
 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}
diff --git a/Doc/libmath.tex b/Doc/libmath.tex
index 6c6a90f..765fcdf 100644
--- a/Doc/libmath.tex
+++ b/Doc/libmath.tex
@@ -62,9 +62,6 @@
 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}