]> pd.if.org Git - pdclib/blobdiff - functions/math/log.c
Re-import from Subversion.
[pdclib] / functions / math / log.c
index fce90a73f0c7736b6f5dd716a74d2b74a93a1610..34712a5cb8fde3b43c4a9387482461b894f52edd 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 log( double x ) { /* TODO */ };
 float logf( float x ) { /* TODO */ };