1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/isnan
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