view modules/isnan @ 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 bf763f10f63c
children
line wrap: on
line source

Description:
isnan macro: test for NaN value.

Files:
m4/isnan.m4

Depends-on:
isnanf
isnand
isnanl
math
extensions

configure.ac:
gl_ISNAN
gl_MATH_MODULE_INDICATOR([isnan])

Makefile.am:

Include:
<math.h>

License:
LGPL

Maintainer:
Ben Pfaff