]> pd.if.org Git - pdclib/blobdiff - functions/complex/clog.c
Introducing personalities. Removing C++ function decs / defs.
[pdclib] / functions / complex / clog.c
index 74c6e9c943b3c7acec3f8ed1cc1813a09c5bf36a..94bea7d785b134e56225a7286bc62530defb2520 100644 (file)
@@ -5,16 +5,6 @@
 // This code is Public Domain. Use, modify, and redistribute at will.
 // ----------------------------------------------------------------------------
 
-// ----------------------------------------------------------------------------
-// C++
-
-double _Complex log( double _Complex x ) { /* TODO */ };
-float _Complex log( float _Complex x ) { /* TODO */ };
-long double _Complex log( long double _Complex x ) { /* TODO */ };
-
-// ----------------------------------------------------------------------------
-// Standard C
-
 double _Complex clog( double _Complex x ) { /* TODO */ };
 float _Complex clogf( float _Complex x ) { /* TODO */ };
 long double _Complex clogl( long double _Complex x ) { /* TODO */ };