mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* modules/isinf (License): Change from GPL to LGPL, with consent from Ben Pfaff. * modules/isnan (License): Likewise. Requested by Ludovic Courtès.
28 lines
245 B
Plaintext
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
|