]> pd.if.org Git - pdclib/blobdiff - functions/complex/cimag.c
Introducing personalities. Removing C++ function decs / defs.
[pdclib] / functions / complex / cimag.c
index b601a4ceb4aac04b12295f18d88dabbb638646a0..018fd2663d76047f345112072e0bc0ba379c5818 100644 (file)
@@ -5,18 +5,6 @@
 // This code is Public Domain. Use, modify, and redistribute at will.
 // ----------------------------------------------------------------------------
 
-// ----------------------------------------------------------------------------
-// C++
-
-double imag( double _Complex x ) { /* TODO */ };
-float imag( float _Complex x ) { /* TODO */ };
-long double imag( long double _Complex x ) { /* TODO */ };
-float cimag( float _Complex x ) { /* TODO */ };
-long double cimag( long double _Complex x ) { /* TODO */ };
-
-// ----------------------------------------------------------------------------
-// Standard C
-
 double cimag( double _Complex x ) { /* TODO */ };
 float cimagf( float _Complex x ) { /* TODO */ };
 long double cimagl( long double _Complex x ) { /* TODO */ };