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