Set cut_dir properly, and add mode line for Emacs.
[gnulib/ericb.git] / modules / signbit
blob14a57545399a36d9084fe8132006477783b99e27
1 Description:
2 signbit() macro: Determine the sign bit of a floating-point number.
4 Files:
5 lib/signbitf.c
6 lib/signbitd.c
7 lib/signbitl.c
8 lib/float+.h
9 m4/signbit.m4
11 Depends-on:
12 float
13 math
14 isnanf-nolibm
15 isnand-nolibm
16 isnanl-nolibm
17 fpieee
18 memcmp
20 configure.ac:
21 gl_SIGNBIT
22 gl_MATH_MODULE_INDICATOR([signbit])
24 Makefile.am:
26 Include:
27 <math.h>
29 License:
30 LGPL
32 Maintainer:
33 Bruno Haible