From: Ulrich Drepper Date: Wed, 19 Nov 1997 23:02:54 +0000 (+0000) Subject: Remove declaration of infnan and cabs. X-Git-Tag: cvs/glibc-2_0_6-pre2~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5000c7fc11f6b5bbc177aa1aca7b4969a3f7910;p=thirdparty%2Fglibc.git Remove declaration of infnan and cabs. --- diff --git a/math/mathcalls.h b/math/mathcalls.h index 213e0893163..2491d30a2aa 100644 --- a/math/mathcalls.h +++ b/math/mathcalls.h @@ -152,14 +152,6 @@ __MATHDECL (int,isinf,, (_Mdouble_ __value)); /* Return nonzero if VALUE is finite and not NaN. */ __MATHDECL (int,finite,, (_Mdouble_ __value)); -/* Deal with an infinite or NaN result. - If ERROR is ERANGE, result is +Inf; - if ERROR is - ERANGE, result is -Inf; - otherwise result is NaN. - This will set `errno' to either ERANGE or EDOM, - and may return an infinity or NaN, or may do something else. */ -__MATHCALL (infnan,, (int __error)); - /* Return X with its signed changed to Y's. */ __MATHCALL (copysign,, (_Mdouble_ __x, _Mdouble_ __y)); @@ -169,15 +161,6 @@ __MATHCALL (scalbn,, (_Mdouble_ __x, int __n)); /* Return the remainder of X/Y. */ __MATHCALL (drem,, (_Mdouble_ __x, _Mdouble_ __y)); -struct __MATH_PRECNAME(__cabs_complex,) -{ - _Mdouble_ x, y; -}; - -/* Return `sqrt(X*X + Y*Y)'. */ -__MATHCALL (cabs,, (struct __MATH_PRECNAME(__cabs_complex,))); - - /* Return the fractional part of X after dividing out `ilogb (X)'. */ __MATHCALL (significand,, (_Mdouble_ __x)); #endif /* Use misc. */