Split winsock.c into many smaller files.
[pspp] / modules / isnanf
1 Description:
2 isnanf() function: test for NaN.
3
4 Files:
5 lib/isnanf.c
6 lib/isnan.c
7 lib/float+.h
8 m4/exponentf.m4
9 m4/isnanf.m4
10
11 Depends-on:
12 math
13 fpieee
14
15 configure.ac:
16 gl_FUNC_ISNANF
17 gl_MATH_MODULE_INDICATOR([isnanf])
18
19 Makefile.am:
20
21 Include:
22 <math.h>
23
24 Link:
25 $(ISNANF_LIBM)
26
27 License:
28 LGPL
29
30 Maintainer:
31 Bruno Haible
32