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