log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / modules / isinf
blobe7f0bf966e7ff2fbbb80c2e2399dfc1c6c963ee9
1 Description:
2 isinf macro: test for positive or negative infinity
4 Files:
5 lib/isinf.c
6 m4/isinf.m4
7 m4/check-math-lib.m4
9 Depends-on:
10 math
11 extensions
12 float           [test $REPLACE_ISINF = 1]
14 configure.ac:
15 gl_ISINF
16 if test $REPLACE_ISINF = 1; then
17   AC_LIBOBJ([isinf])
19 gl_MATH_MODULE_INDICATOR([isinf])
21 Makefile.am:
23 Include:
24 <math.h>
26 License:
27 LGPL
29 Maintainer:
30 Ben Pfaff