X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fcomplex%2Fctanh.c;h=daa5a7cde143102698e3f1788a3ad214861c9253;hb=b2b5e5de72c2979464ac211460210ccf77a25d51;hp=344dd22cd8b6ab324652d3a0992647d7092731d6;hpb=d7cc1957de74235bd2a84c1ef26ecab2368f57e4;p=pdclib.old diff --git a/functions/complex/ctanh.c b/functions/complex/ctanh.c index 344dd22..daa5a7c 100644 --- a/functions/complex/ctanh.c +++ b/functions/complex/ctanh.c @@ -5,16 +5,6 @@ // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -// ---------------------------------------------------------------------------- -// C++ - -double _Complex tanh( double _Complex x ) { /* TODO */ }; -float _Complex tanh( float _Complex x ) { /* TODO */ }; -long double _Complex tanh( long double _Complex x ) { /* TODO */ }; - -// ---------------------------------------------------------------------------- -// Standard C - double _Complex ctanh( double _Complex x ) { /* TODO */ }; float _Complex ctanhf( float _Complex x ) { /* TODO */ }; long double _Complex ctanhl( long double _Complex x ) { /* TODO */ };