New module 'float'.
[gnulib.git] / modules / signbit
1 Description:
2 signbit() macro: Determine the sign bit of a floating-point number.
3
4 Files:
5 lib/signbitf.c
6 lib/signbitd.c
7 lib/signbitl.c
8 lib/float+.h
9 m4/signbit.m4
10
11 Depends-on:
12 float
13 math
14 isnanf-nolibm
15 isnan-nolibm
16 isnanl-nolibm
17 fpieee
18
19 configure.ac:
20 gl_SIGNBIT
21 gl_MATH_MODULE_INDICATOR([signbit])
22
23 Makefile.am:
24
25 Include:
26 <math.h>
27
28 License:
29 LGPL
30
31 Maintainer:
32 Bruno Haible
33