Use macros NaNf, NaNd, NaNl instead 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
14 configure.ac:
15 gl_FUNC_ISNANF_NO_LIBM
16
17 Makefile.am:
18
19 Include:
20 #include "isnanf.h"
21
22 License:
23 LGPL
24
25 Maintainer:
26 Bruno Haible
27