mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-02 15:41:25 +03:00
34 lines
315 B
Plaintext
34 lines
315 B
Plaintext
Description:
|
|
isnanf() function: test for NaN.
|
|
|
|
Files:
|
|
lib/isnanf.c
|
|
lib/isnan.c
|
|
lib/float+.h
|
|
m4/exponentf.m4
|
|
m4/isnanf.m4
|
|
|
|
Depends-on:
|
|
math
|
|
fpieee
|
|
memcmp
|
|
|
|
configure.ac:
|
|
gl_FUNC_ISNANF
|
|
gl_MATH_MODULE_INDICATOR([isnanf])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<math.h>
|
|
|
|
Link:
|
|
$(ISNANF_LIBM)
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|