X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fcomplex%2Fcatanh.c;h=1288262713b00fa3e2ae692a53f6a6051ff0f56c;hb=b2b5e5de72c2979464ac211460210ccf77a25d51;hp=692a996790470ac3a90ae299231cbbf4dcdf1760;hpb=d7cc1957de74235bd2a84c1ef26ecab2368f57e4;p=pdclib.old diff --git a/functions/complex/catanh.c b/functions/complex/catanh.c index 692a996..1288262 100644 --- a/functions/complex/catanh.c +++ b/functions/complex/catanh.c @@ -5,16 +5,6 @@ // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -// ---------------------------------------------------------------------------- -// C++ - -double _Complex atanh( double _Complex x ) { /* TODO */ }; -float _Complex atanh( float _Complex x ) { /* TODO */ }; -long double _Complex atanh( long double _Complex x ) { /* TODO */ }; - -// ---------------------------------------------------------------------------- -// Standard C - double _Complex catanh( double _Complex x ) { /* TODO */ }; float _Complex catanhf( float _Complex x ) { /* TODO */ }; long double _Complex catanhl( long double _Complex x ) { /* TODO */ };