This commit is contained in:
joerg 2013-11-12 17:37:43 +00:00
parent 06b4b3a613
commit 3988594e8b
2 changed files with 4 additions and 4 deletions

View File

@ -12,11 +12,11 @@
#include <sys/cdefs.h>
#if defined(LIBM_SCCS) && !defined(lint)
__RCSID("$NetBSD: s_finite.c,v 1.11 2002/05/26 22:01:55 wiz Exp $");
__RCSID("$NetBSD: s_finite.c,v 1.12 2013/11/12 17:37:43 joerg Exp $");
#endif
/*
* finite(x) returns 1 is x is finite, else 0;
* finite(x) returns 1 if x is finite, else 0;
* no branching!
*/

View File

@ -15,11 +15,11 @@
#include <sys/cdefs.h>
#if defined(LIBM_SCCS) && !defined(lint)
__RCSID("$NetBSD: s_finitef.c,v 1.7 2002/05/26 22:01:55 wiz Exp $");
__RCSID("$NetBSD: s_finitef.c,v 1.8 2013/11/12 17:37:43 joerg Exp $");
#endif
/*
* finitef(x) returns 1 is x is finite, else 0;
* finitef(x) returns 1 if x is finite, else 0;
* no branching!
*/