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