Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/isnanf @ 12496:a48d3d749ca5
Refactor common macros used in tests.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 24 Dec 2009 21:01:42 +0100 |
parents | 0ef26bffcbe1 |
children | 0b565f0b19ad |
rev | line source |
---|---|
10266 | 1 Description: |
2 isnanf() function: test for NaN. | |
3 | |
4 Files: | |
5 lib/isnanf.c | |
6 lib/isnan.c | |
7 lib/float+.h | |
10286
12944217dba7
Move macros for finding floating-point exponents into separate M4 files.
Ben Pfaff <blp@cs.stanford.edu>
parents:
10266
diff
changeset
|
8 m4/exponentf.m4 |
10266 | 9 m4/isnanf.m4 |
10 | |
11 Depends-on: | |
10667
678640901735
Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
Bruno Haible <bruno@clisp.org>
parents:
10286
diff
changeset
|
12 math |
10266 | 13 fpieee |
10748 | 14 memcmp |
10266 | 15 |
16 configure.ac: | |
17 gl_FUNC_ISNANF | |
10667
678640901735
Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
Bruno Haible <bruno@clisp.org>
parents:
10286
diff
changeset
|
18 gl_MATH_MODULE_INDICATOR([isnanf]) |
10266 | 19 |
20 Makefile.am: | |
21 | |
22 Include: | |
10667
678640901735
Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
Bruno Haible <bruno@clisp.org>
parents:
10286
diff
changeset
|
23 <math.h> |
10266 | 24 |
25 Link: | |
26 $(ISNANF_LIBM) | |
27 | |
28 License: | |
29 LGPL | |
30 | |
31 Maintainer: | |
32 Bruno Haible | |
33 |