xref: /openbsd/lib/libc/arch/powerpc/gen/infinity.c (revision 1fc27e41)
1 /*	$OpenBSD: infinity.c,v 1.2 2000/03/01 17:31:22 todd Exp $	*/
2 
3 #ifndef lint
4 static char rcsid[] = "$OpenBSD: infinity.c,v 1.2 2000/03/01 17:31:22 todd Exp $";
5 #endif /* not lint */
6 
7 /* infinity.c */
8 
9 #include <math.h>
10 
11 /* bytes for +Infinity on a 387 */
12 char __infinity[] = { 0, 0, 0, 0, 0, 0, 0xf0, 0x7f };
13