]> pd.if.org Git - pdclib/blobdiff - functions/math/nearbyint.c
Removed old files.
[pdclib] / functions / math / nearbyint.c
diff --git a/functions/math/nearbyint.c b/functions/math/nearbyint.c
deleted file mode 100644 (file)
index 3937dbe..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-/* ----------------------------------------------------------------------------
- * $Id$
- * ----------------------------------------------------------------------------
- * Public Domain C Library - http://pdclib.sourceforge.net
- * This code is Public Domain. Use, modify, and redistribute at will.
- * --------------------------------------------------------------------------*/
-
-double nearbyint( double x ) { /* TODO */ };
-
-/* Therx code
-{
-    return round( x );
-}
-*/
-
-float nearbyintf( float x ) { /* TODO */ };
-long double nearbyintl( long double x ) { /* TODO */ };