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