From 71b1815c1d1ed957bad675c5afa84f442c6585af Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 12 Feb 1996 23:14:36 +0000 Subject: [PATCH] hypot is now always supported --- Doc/lib/libmath.tex | 3 --- Doc/libmath.tex | 3 --- 2 files changed, 6 deletions(-) diff --git a/Doc/lib/libmath.tex b/Doc/lib/libmath.tex index 6c6a90f9c0..765fcdf5c6 100644 --- a/Doc/lib/libmath.tex +++ b/Doc/lib/libmath.tex @@ -62,9 +62,6 @@ 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} diff --git a/Doc/libmath.tex b/Doc/libmath.tex index 6c6a90f9c0..765fcdf5c6 100644 --- a/Doc/libmath.tex +++ b/Doc/libmath.tex @@ -62,9 +62,6 @@ 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} -- 2.50.1