strtod: fix bug in replacement function on AIX
[gnulib.git] / modules / isnanf
1 Description:
2 isnanf() function: test for NaN.
3
4 Files:
5 lib/isnanf.c
6 lib/isnan.c
7 lib/float+.h
8 m4/exponentf.m4
9 m4/isnanf.m4
10
11 Depends-on:
12 math
13 fpieee
14 memcmp
15
16 configure.ac:
17 gl_FUNC_ISNANF
18 gl_MATH_MODULE_INDICATOR([isnanf])
19
20 Makefile.am:
21
22 Include:
23 <math.h>
24
25 Link:
26 $(ISNANF_LIBM)
27
28 License:
29 LGPL
30
31 Maintainer:
32 Bruno Haible
33