X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fcomplex%2Fclog.c;h=94bea7d785b134e56225a7286bc62530defb2520;hb=b2b5e5de72c2979464ac211460210ccf77a25d51;hp=74c6e9c943b3c7acec3f8ed1cc1813a09c5bf36a;hpb=d7cc1957de74235bd2a84c1ef26ecab2368f57e4;p=pdclib.old 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 */ };