X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fcomplex%2Fctan.c;fp=functions%2Fcomplex%2Fctan.c;h=12896f2139f53eb1ed706aad41ef741864e13c04;hb=e081ed1387e0c27dc689c8e32fdda06039544107;hp=d735cb8e06daf23f7b42231be7d21a2a3605ba3e;hpb=70f1c6f7c9d515ef426da68973511f46de57005a;p=pdclib diff --git a/functions/complex/ctan.c b/functions/complex/ctan.c index d735cb8..12896f2 100644 --- a/functions/complex/ctan.c +++ b/functions/complex/ctan.c @@ -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 */ };