]> pd.if.org Git - pdclib/blobdiff - functions/complex/carg.c
Re-import from Subversion.
[pdclib] / functions / complex / carg.c
index b4160dd7aa5ad1b11cbe4db5b1c246e47f3fb3bd..dbb707cad2dfcf944d5f2a48efaa1814f7fc105e 100644 (file)
@@ -1,21 +1,9 @@
-// ----------------------------------------------------------------------------
-// $Id$
-// ----------------------------------------------------------------------------
-// Public Domain C Library - http://pdclib.sourceforge.net
-// This code is Public Domain. Use, modify, and redistribute at will.
-// ----------------------------------------------------------------------------
-
-// ----------------------------------------------------------------------------
-// C++
-
-double arg( double _Complex x ) { /* TODO */ };
-float arg( float _Complex x ) { /* TODO */ };
-long double arg( long double _Complex x ) { /* TODO */ };
-float carg( float _Complex x ) { /* TODO */ };
-long double carg( 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 carg( double _Complex x ) { /* TODO */ };
 float cargf( float _Complex x ) { /* TODO */ };