Add isnanf module.
[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/isnanf.m4
10
11 Depends-on:
12 fpieee
13
14 configure.ac:
15 gl_FUNC_ISNANF
16
17 Makefile.am:
18
19 Include:
20 #include "isnanf.h"
21
22 Link:
23 $(ISNANF_LIBM)
24
25 License:
26 LGPL
27
28 Maintainer:
29 Bruno Haible
30