Use macros NaNf, NaNd, NaNl instead of NAN.
[gnulib.git] / modules / isnand-nolibm
1 Description:
2 isnand() function: test for NaN, without requiring libm.
3
4 Files:
5 lib/isnand.h
6 lib/isnand.c
7 lib/isnan.c
8 lib/float+.h
9 m4/isnand.m4
10
11 Depends-on:
12 fpieee
13
14 configure.ac:
15 gl_FUNC_ISNAND_NO_LIBM
16
17 Makefile.am:
18
19 Include:
20 #include "isnand.h"
21
22 License:
23 LGPL
24
25 Maintainer:
26 Bruno Haible
27