]> pd.if.org Git - pdclib.old/blobdiff - functions/complex/creal.c
Introducing personalities. Removing C++ function decs / defs.
[pdclib.old] / functions / complex / creal.c
index dae0f03e10447ee326692b2c23b09424e2798f4b..4c02e35228d77fde93f00425827e9d02d2133390 100644 (file)
@@ -5,18 +5,6 @@
 // This code is Public Domain. Use, modify, and redistribute at will.
 // ----------------------------------------------------------------------------
 
-// ----------------------------------------------------------------------------
-// C++
-
-double real( double _Complex x ) { /* TODO */ };
-float real( float _Complex x ) { /* TODO */ };
-long double real( long double _Complex x ) { /* TODO */ };
-float creal( float _Complex x ) { /* TODO */ };
-long double creal( long double _Complex x ) { /* TODO */ };
-
-// ----------------------------------------------------------------------------
-// Standard C
-
 double creal( double _Complex x ) { /* TODO */ };
 float crealf( float _Complex x ) { /* TODO */ };
 long double creall( long double _Complex x ) { /* TODO */ };