Clarify the dependencies on libm.
[gnulib.git] / modules / isnanl
1 Description:
2 isnanl() function: test for NaN.
3
4 Files:
5 lib/isnanl.h
6 lib/isnanl.c
7 lib/isnan.c
8 lib/float+.h
9 m4/isnanl.m4
10 m4/longdouble.m4
11
12 Depends-on:
13 fpieee
14
15 configure.ac:
16 gl_FUNC_ISNANL
17
18 Makefile.am:
19
20 Include:
21 #if HAVE_LONG_DOUBLE
22 # include "isnanl.h"
23 #endif
24
25 Link:
26 $(ISNANL_LIBM)
27
28 License:
29 LGPL
30
31 Maintainer:
32 Bruno Haible
33