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