2 * Written by J.T. Conklin <jtc@NetBSD.org>.
6 #if defined(LIBM_SCCS) && !defined(lint)
7 __RCSID("$NetBSD: s_isinf.c,v 1.6 2003/07/26 19:25:05 salo Exp $");
11 * isinf(x) returns 1 is x is inf, else 0;
16 #include "math_private.h"
22 EXTRACT_WORDS(hx
,lx
,x
);