X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fcomplex%2Fcatanh.c;fp=functions%2Fcomplex%2Fcatanh.c;h=1288262713b00fa3e2ae692a53f6a6051ff0f56c;hp=692a996790470ac3a90ae299231cbbf4dcdf1760;hb=e081ed1387e0c27dc689c8e32fdda06039544107;hpb=70f1c6f7c9d515ef426da68973511f46de57005a 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 */ };