]> pd.if.org Git - pdclib/blobdiff - functions/math/tanh.c
Re-import from Subversion.
[pdclib] / functions / math / tanh.c
index b12162045d533015275f96d63a4267e5af5187ae..02bb494884e585241a6371fb170af43f4ede6f6e 100644 (file)
@@ -1,9 +1,9 @@
-// ----------------------------------------------------------------------------
-// $Id$
-// ----------------------------------------------------------------------------
-// Public Domain C Library - http://pdclib.sourceforge.net
-// This code is Public Domain. Use, modify, and redistribute at will.
-// ----------------------------------------------------------------------------
+/* ----------------------------------------------------------------------------
+ * $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 */ };