pty: Activate the signature wrapper of forkpty.
[gnulib.git] / modules / isnan
1 Description:
2 isnan macro: test for NaN value.
3
4 Files:
5 m4/isnan.m4
6
7 Depends-on:
8 isnanf
9 isnand
10 isnanl
11 math
12 extensions
13
14 configure.ac:
15 gl_ISNAN
16 gl_MATH_MODULE_INDICATOR([isnan])
17
18 Makefile.am:
19
20 Include:
21 <math.h>
22
23 License:
24 LGPL
25
26 Maintainer:
27 Ben Pfaff