]> pd.if.org Git - pdclib.old/blobdiff - functions/complex/cconj.c
Introducing personalities. Removing C++ function decs / defs.
[pdclib.old] / functions / complex / cconj.c
index c9946eec13fd91cf27c26b154857089a9dd50e17..7e4d1f862332de5e727dc033eab84622c90795ad 100644 (file)
@@ -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 */ };