From 80cce8b3d3094914db7589b78e5baced75e03ecd Mon Sep 17 00:00:00 2001 From: Philip Homburg Date: Fri, 4 Nov 2005 17:14:59 +0000 Subject: [PATCH] Added prototype for hypot. --- include/math.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/math.h b/include/math.h index 1ea4b47aa..b039cec39 100755 --- a/include/math.h +++ b/include/math.h @@ -35,6 +35,7 @@ _PROTOTYPE( double sinh, (double _x) ); _PROTOTYPE( double sqrt, (double _x) ); _PROTOTYPE( double tan, (double _x) ); _PROTOTYPE( double tanh, (double _x) ); +_PROTOTYPE( double hypot, (double _x, double _y) ); #ifdef _POSIX_SOURCE /* STD-C? */ #include