Guarantee a definition of NAN.
[gnulib.git] / modules / isnanf-nolibm
1 Description:
2 isnanf() function: test for NaN, without requiring libm.
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 math
14
15 configure.ac:
16 gl_FUNC_ISNANF_NO_LIBM
17
18 Makefile.am:
19
20 Include:
21 #include "isnanf.h"
22
23 License:
24 LGPL
25
26 Maintainer:
27 Bruno Haible
28