comparison modules/signbit @ 8652:9aabfa2b3200

New module 'signbit'.
author Bruno Haible <bruno@clisp.org>
date Fri, 06 Apr 2007 20:55:44 +0000
parents
children dd750f34c273
comparison
equal deleted inserted replaced
8651:acd997e2cee5 8652:9aabfa2b3200
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