]> pd.if.org Git - pdclib/blobdiff - functions/math/nan.c
Removed old files.
[pdclib] / functions / math / nan.c
diff --git a/functions/math/nan.c b/functions/math/nan.c
deleted file mode 100644 (file)
index f13aefd..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-/* ----------------------------------------------------------------------------
- * $Id$
- * ----------------------------------------------------------------------------
- * Public Domain C Library - http://pdclib.sourceforge.net
- * This code is Public Domain. Use, modify, and redistribute at will.
- * --------------------------------------------------------------------------*/
-
-double nan( const char *str ) { /* TODO */ };
-float nanf( const char *str ) { /* TODO */ };
-long double nanl( const char *str ) { /* TODO */ };