]> pd.if.org Git - pdclib/blobdiff - functions/math/asinh.c
Re-import from Subversion.
[pdclib] / functions / math / asinh.c
index 9da4a4b8b2c78cbeb1c479473397adeb6d4cf3b0..7674db60eaa49175eda07e73e4a18d7967180928 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 asinh( float x ) { /* TODO */ };
-long double asinh( 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 asinh( double x ) { /* TODO */ };
 float asinhf( float x ) { /* TODO */ };