]> pd.if.org Git - pdclib/blobdiff - functions/math/nearbyint.c
Re-import from Subversion.
[pdclib] / functions / math / nearbyint.c
index f9f7efac50b3fecbb9534a5594ad452b0e7b1fcd..3937dbebb37d6890606e0f5129a08bd0f106290c 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 nearbyint( double x ) { /* TODO */ };
 
 
 double nearbyint( double x ) { /* TODO */ };