view modules/signbit @ 12430:235cc0b78f8a

New module 'nl_langinfo'.
author Bruno Haible <bruno@clisp.org>
date Fri, 11 Dec 2009 20:09:02 +0100
parents 0ef26bffcbe1
children efab6978105e
line wrap: on
line source

Description:
signbit() macro: Determine the sign bit of a floating-point number.

Files:
lib/signbitf.c
lib/signbitd.c
lib/signbitl.c
lib/float+.h
m4/signbit.m4

Depends-on:
float
math
isnanf-nolibm
isnand-nolibm
isnanl-nolibm
fpieee
memcmp

configure.ac:
gl_SIGNBIT
gl_MATH_MODULE_INDICATOR([signbit])

Makefile.am:

Include:
<math.h>

License:
LGPL

Maintainer:
Bruno Haible