verify: new macro 'assume'
[gnulib.git] / modules / isinf
1 Description:
2 isinf macro: test for positive or negative infinity
3
4 Files:
5 lib/isinf.c
6 m4/isinf.m4
7 m4/check-math-lib.m4
8
9 Depends-on:
10 math
11 extensions
12 float           [test $REPLACE_ISINF = 1]
13
14 configure.ac:
15 gl_ISINF
16 if test $REPLACE_ISINF = 1; then
17   AC_LIBOBJ([isinf])
18 fi
19 gl_MATH_MODULE_INDICATOR([isinf])
20
21 Makefile.am:
22
23 Include:
24 <math.h>
25
26 License:
27 LGPL
28
29 Maintainer:
30 Ben Pfaff