]> pd.if.org Git - pdclib/blobdiff - functions/math/cosh.c
Removed old files.
[pdclib] / functions / math / cosh.c
diff --git a/functions/math/cosh.c b/functions/math/cosh.c
deleted file mode 100644 (file)
index b81ca1f..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 cosh( double x ) { /* TODO */ };
-float coshf( float x ) { /* TODO */ };
-long double coshl( long double x ) { /* TODO */ };