X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=functions%2Fcomplex%2Fclog.c;fp=functions%2Fcomplex%2Fclog.c;h=94bea7d785b134e56225a7286bc62530defb2520;hb=c0f7ab7cb070fd82e84bfff00d07a06b55959189;hp=74c6e9c943b3c7acec3f8ed1cc1813a09c5bf36a;hpb=3953f877f288ecaee508f3f325ab5c11bf1c10f4;p=fw%2Fpdclib diff --git a/functions/complex/clog.c b/functions/complex/clog.c index 74c6e9c..94bea7d 100644 --- a/functions/complex/clog.c +++ b/functions/complex/clog.c @@ -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 */ };