]> pd.if.org Git - pdclib/blobdiff - functions/math/remquo.c
Removed old files.
[pdclib] / functions / math / remquo.c
diff --git a/functions/math/remquo.c b/functions/math/remquo.c
deleted file mode 100644 (file)
index a11e356..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 remquo( double x, double y, int * pquo ) { /* TODO */ };
-float remquof( float x, float y, int * pquo ) { /* TODO */ };
-long double remquol( long double x, long double y, int * pquo ) { /* TODO */ };