]> pd.if.org Git - pdclib/blobdiff - functions/math/tanh.c
Re-import from Subversion.
[pdclib] / functions / math / tanh.c
index b780686a3012b1a9b51b11f49217df5329f78f8d..02bb494884e585241a6371fb170af43f4ede6f6e 100644 (file)
@@ -1,18 +1,9 @@
-// ----------------------------------------------------------------------------
-// $Id$
-// ----------------------------------------------------------------------------
-// Public Domain C Library - http://pdclib.sourceforge.net
-// This code is Public Domain. Use, modify, and redistribute at will.
-// ----------------------------------------------------------------------------
-
-// ----------------------------------------------------------------------------
-// C++
-
-float tanh( float x ) { /* TODO */ };
-long double tanh( long double x ) { /* TODO */ };
-
-// ----------------------------------------------------------------------------
-// Standard C
+/* ----------------------------------------------------------------------------
+ * $Id$
+ * ----------------------------------------------------------------------------
+ * Public Domain C Library - http://pdclib.sourceforge.net
+ * This code is Public Domain. Use, modify, and redistribute at will.
+ * --------------------------------------------------------------------------*/
 
 double tanh( double x ) { /* TODO */ };
 float tanhf( float x ) { /* TODO */ };