]> pd.if.org Git - pdclib/blobdiff - functions/math/isnan.c
Introducing personalities. Removing C++ function decs / defs.
[pdclib] / functions / math / isnan.c
diff --git a/functions/math/isnan.c b/functions/math/isnan.c
deleted file mode 100644 (file)
index f18be9d..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-// ----------------------------------------------------------------------------
-// $Id$
-// ----------------------------------------------------------------------------
-// Public Domain C Library - http://pdclib.sourceforge.net
-// This code is Public Domain. Use, modify, and redistribute at will.
-// ----------------------------------------------------------------------------
-
-// ----------------------------------------------------------------------------
-// C++
-
-bool isnan( float x ) { /* TODO */ };
-bool isnan( double x ) { /* TODO */ };
-bool isnan( long double x ) { /* TODO */ };