view modules/isinf @ 14271:b4cc3c41ca79

libposix: Add _HEADERS primaries to posix modules. Modify gnulib-tool to strip them from generated Makefile.am-s where they are not needed. Also, replace M4 macro prefixes when requested. Finally, omit calls to error() for libposix.
author Bruce Korb <bkorb@gnu.org>
date Sat, 05 Feb 2011 08:22:48 -0800
parents 6def7a7d2644
children efab6978105e
line wrap: on
line source

Description:
isinf macro: test for positive or negative infinity

Files:
lib/isinf.c
m4/isinf.m4
m4/check-math-lib.m4

Depends-on:
float
math
extensions

configure.ac:
gl_ISINF
gl_MATH_MODULE_INDICATOR([isinf])

Makefile.am:

Include:
<math.h>

License:
LGPL

Maintainer:
Ben Pfaff