view modules/isinf @ 13641:6def7a7d2644

isinf, isnan: Relax license. * modules/isinf (License): Change from GPL to LGPL, with consent from Ben Pfaff. * modules/isnan (License): Likewise. Requested by Ludovic Courtès.
author Bruno Haible <bruno@clisp.org>
date Sun, 05 Sep 2010 10:33:21 +0200
parents 7a5cfea8469f
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