]> pd.if.org Git - pdclib/blobdiff - functions/complex/ctan.c
Re-import from Subversion.
[pdclib] / functions / complex / ctan.c
index d735cb8e06daf23f7b42231be7d21a2a3605ba3e..958fba38fc27baa53657aca72d297faa5d2f2ac6 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 tan( double _Complex x ) { /* TODO */ };
-float _Complex tan( float _Complex x ) { /* TODO */ };
-long double _Complex tan( 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 ctan( double _Complex x ) { /* TODO */ };
 float _Complex ctanf( float _Complex x ) { /* TODO */ };