summaryrefslogtreecommitdiffstats
path: root/lib/libc/amd64/gen/infinity.c
blob: 547927b6fd663e16f1950efe9ed2d6b3a95098b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * infinity.c
 */

#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");

#include <math.h>

/* bytes for +Infinity on a 387 */
const union __infinity_un __infinity = { { 0, 0, 0, 0, 0, 0, 0xf0, 0x7f } };
OpenPOWER on IntegriCloud