view modules/isnand-nolibm @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
parents 186093939c9d
children
line wrap: on
line source

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
if test $gl_func_isnand_no_libm != yes; then
  AC_LIBOBJ([isnand])
  gl_PREREQ_ISNAND
fi

Makefile.am:

Include:
"isnand-nolibm.h"

License:
LGPLv2+

Maintainer:
all