]> pd.if.org Git - pdclib/blobdiff - functions/complex/ctan.c
Introducing personalities. Removing C++ function decs / defs.
[pdclib] / functions / complex / ctan.c
index d735cb8e06daf23f7b42231be7d21a2a3605ba3e..12896f2139f53eb1ed706aad41ef741864e13c04 100644 (file)
@@ -5,16 +5,6 @@
 // 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
-
 double _Complex ctan( double _Complex x ) { /* TODO */ };
 float _Complex ctanf( float _Complex x ) { /* TODO */ };
 long double _Complex ctanl( long double _Complex x ) { /* TODO */ };