]> pd.if.org Git - pdclib/blobdiff - functions/complex/csinh.c
Re-import from Subversion.
[pdclib] / functions / complex / csinh.c
index eb92e85ed5d1eac648f1cb98a2c7bb21ee99e86a..f1205930b9524fd25ae8bb15aeb7f8525a047291 100644 (file)
@@ -1,19 +1,9 @@
-// ----------------------------------------------------------------------------
-// $Id$
-// ----------------------------------------------------------------------------
-// Public Domain C Library - http://pdclib.sourceforge.net
-// This code is Public Domain. Use, modify, and redistribute at will.
-// ----------------------------------------------------------------------------
-
-// ----------------------------------------------------------------------------
-// C++
-
-double _Complex sinh( double _Complex x ) { /* TODO */ };
-float _Complex sinh( float _Complex x ) { /* TODO */ };
-long double _Complex sinh( long double _Complex 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 _Complex csinh( double _Complex x ) { /* TODO */ };
 float _Complex csinhf( float _Complex x ) { /* TODO */ };