Merge commit 'stable/20110609'
[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 gl_MATH_MODULE_INDICATOR([isinf])
17
18 Makefile.am:
19
20 Include:
21 <math.h>
22
23 License:
24 LGPL
25
26 Maintainer:
27 Ben Pfaff