]> pd.if.org Git - pdclib/blobdiff - functions/complex/clog.c
Re-import from Subversion.
[pdclib] / functions / complex / clog.c
index 74c6e9c943b3c7acec3f8ed1cc1813a09c5bf36a..84bfb1949e1639a61e78a87a9dc4a30bbfeb0f15 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 log( double _Complex x ) { /* TODO */ };
-float _Complex log( float _Complex x ) { /* TODO */ };
-long double _Complex log( 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 clog( double _Complex x ) { /* TODO */ };
 float _Complex clogf( float _Complex x ) { /* TODO */ };