Fix mdoc(7)/man(7) mix up.
[netbsd-mini2440.git] / lib / libc / arch / vax / gen / infinity.c
blob9d4e4d28cf6e3c000571f2f6b261d0ff0d4c342b
1 /* $NetBSD: infinity.c,v 1.7 2000/09/13 22:32:27 msaitoh Exp $ */
3 #include <sys/cdefs.h>
4 #if defined(LIBC_SCCS) && !defined(lint)
5 __RCSID("$NetBSD: infinity.c,v 1.7 2000/09/13 22:32:27 msaitoh Exp $");
6 #endif /* LIBC_SCCS and not lint */
7 /*
8 * XXX - This is not correct, but what can we do about it???
9 */
11 /* infinity.c */
13 #include <math.h>
15 /* The highest D float on a vax. */
16 const union __double_u __infinity =
17 { { 0xff, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff } };