Move macros for finding floating-point exponents into separate M4 files.
[gnulib.git] / modules / isnand
1 Description:
2 isnand() function: test for NaN.
3
4 Files:
5 lib/isnand.h
6 lib/isnand.c
7 lib/isnan.c
8 lib/float+.h
9 m4/exponentd.m4
10 m4/isnand.m4
11
12 Depends-on:
13 fpieee
14
15 configure.ac:
16 gl_FUNC_ISNAND
17
18 Makefile.am:
19
20 Include:
21 #include "isnand.h"
22
23 Link:
24 $(ISNAND_LIBM)
25
26 License:
27 LGPL
28
29 Maintainer:
30 Bruno Haible
31