]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove declaration of infnan and cabs.
authorUlrich Drepper <drepper@redhat.com>
Wed, 19 Nov 1997 23:02:54 +0000 (23:02 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 19 Nov 1997 23:02:54 +0000 (23:02 +0000)
math/mathcalls.h

index 213e0893163daf88d801b48cda2fc08c20c899eb..2491d30a2aa63ac711d73f2bae0bd02c7f1b9fad 100644 (file)
@@ -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.  */