2 * Written by J.T. Conklin <jtc@netbsd.org>.
6 #if defined(LIBM_SCCS) && !defined(lint)
7 static char rcsid
[] = "$NetBSD: s_isinf.c,v 1.3 1995/05/11 23:20:14 jtc Exp $";
11 * isinf(x) returns 1 is x is inf, else 0;
16 #include "math_private.h"
26 EXTRACT_WORDS(hx
,lx
,x
);
32 weak_alias (__isinf
, isinf
)
34 strong_alias (__isinf
, __isinfl
)
35 weak_alias (__isinf
, isinfl
)