1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00
Files
gnulib/modules/isnan
T
Bruno Haible ea85df4037 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.
2010-09-05 10:33:21 +02:00

28 lines
245 B
Plaintext

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