2 * Written by J.T. Conklin <jtc@NetBSD.org>.
7 #if defined(LIBM_SCCS) && !defined(lint)
8 __RCSID("$NetBSD: s_isinf.c,v 1.5 2002/05/26 22:01:56 wiz Exp $");
12 * isinf(x) returns 1 is x is inf, else 0;
17 #include "math_private.h"
23 EXTRACT_WORDS(hx
,lx
,x
);