New module 'signbit'.
[pspp] / 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 math
13 isnanf-nolibm
14 isnan-nolibm
15 isnanl-nolibm
16 fpieee
17
18 configure.ac:
19 gl_SIGNBIT
20 gl_MATH_MODULE_INDICATOR([signbit])
21
22 Makefile.am:
23
24 Include:
25 <math.h>
26
27 License:
28 LGPL
29
30 Maintainer:
31 Bruno Haible
32