X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fcomplex%2Fcconj.c;h=7e4d1f862332de5e727dc033eab84622c90795ad;hb=b2b5e5de72c2979464ac211460210ccf77a25d51;hp=c9946eec13fd91cf27c26b154857089a9dd50e17;hpb=d7cc1957de74235bd2a84c1ef26ecab2368f57e4;p=pdclib.old diff --git a/functions/complex/cconj.c b/functions/complex/cconj.c index c9946ee..7e4d1f8 100644 --- a/functions/complex/cconj.c +++ b/functions/complex/cconj.c @@ -5,15 +5,6 @@ // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -// ---------------------------------------------------------------------------- -// C++ - -float _Complex conj( float _Complex x ) { /* TODO */ }; -long double _Complex conj( long double _Complex x ) { /* TODO */ }; - -// ---------------------------------------------------------------------------- -// Standard C - double _Complex conj( double _Complex x ) { /* TODO */ }; float _Complex conjf( float _Complex x ) { /* TODO */ }; long double _Complex conjl( long double _Complex x ) { /* TODO */ };