summaryrefslogtreecommitdiff
path: root/src/math/INFINITY.c
blob: 64e3ac95004a0ab94de49e18ea69c98c5e740598 (plain)
1
2
3
4
5
6
7
#include <math.h>
#define INFINITY                /* TODO: positive or unsigned float infinity */

/*
STDC(199901)
LINK(m)
*/