mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
28 lines
286 B
Plaintext
28 lines
286 B
Plaintext
Description:
|
|
isnand() function: test for NaN, without requiring libm.
|
|
|
|
Files:
|
|
lib/isnand.h
|
|
lib/isnand.c
|
|
lib/isnan.c
|
|
lib/float+.h
|
|
m4/isnand.m4
|
|
|
|
Depends-on:
|
|
fpieee
|
|
|
|
configure.ac:
|
|
gl_FUNC_ISNAND_NO_LIBM
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
#include "isnand.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|