]> pd.if.org Git - pdclib/blobdiff - functions/math/sinh.c
Re-import from Subversion.
[pdclib] / functions / math / sinh.c
index ee8e480e9954382286bd6ab5c04d180597ec7df5..3a0ef4cd95cf8799a0fc404bcb8deb308e16abeb 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 sinh( float x ) { /* TODO */ };
-long double sinh( 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 sinh( double x ) { /* TODO */ };
 float sinhf( float x ) { /* TODO */ };