]> pd.if.org Git - pdclib.old/blobdiff - functions/complex/cconj.c
Removed old files.
[pdclib.old] / functions / complex / cconj.c
diff --git a/functions/complex/cconj.c b/functions/complex/cconj.c
deleted file mode 100644 (file)
index cb438a7..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 _Complex conj( double _Complex x ) { /* TODO */ };
-float _Complex conjf( float _Complex x ) { /* TODO */ };
-long double _Complex conjl( long double _Complex x ) { /* TODO */ };