1 /* $NetBSD: infinity.c,v 1.6 1999/04/17 14:53:32 ragge Exp $ */ 2 3 #include <sys/cdefs.h> 4 #ifndef lint 5 __RCSID("$NetBSD: infinity.c,v 1.6 1999/04/17 14:53:32 ragge Exp $"); 6 #endif /* not lint */ 7 /* 8 * XXX - This is not correct, but what can we do about it??? 9 */ 10 11 /* infinity.c */ 12 13 #include <math.h> 14 15 /* The highest D float on a vax. */ 16 const char __infinity[] = { (char)0xff, (char)0x7f, (char)0xff, (char)0xff, 17 (char)0xff, (char)0xff, (char)0xff, (char)0xff }; 18