Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
[gnulib.git] / modules / isnand
1 Description:
2 isnand() function: test for NaN.
3
4 Files:
5 lib/isnand.c
6 lib/isnan.c
7 lib/float+.h
8 m4/exponentd.m4
9 m4/isnand.m4
10
11 Depends-on:
12 math
13 fpieee
14
15 configure.ac:
16 gl_FUNC_ISNAND
17 gl_MATH_MODULE_INDICATOR([isnand])
18
19 Makefile.am:
20
21 Include:
22 <math.h>
23
24 Link:
25 $(ISNAND_LIBM)
26
27 License:
28 LGPL
29
30 Maintainer:
31 Bruno Haible
32