X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fcomplex%2Fctanh.c;h=c12611f53f04e9f65c893c7c5f716fdb1d65e61a;hb=refs%2Ftags%2FOLD;hp=344dd22cd8b6ab324652d3a0992647d7092731d6;hpb=34893ecc2200dc7017c36a54cb6c5f4c2378b5ec;p=pdclib diff --git a/functions/complex/ctanh.c b/functions/complex/ctanh.c index 344dd22..c12611f 100644 --- a/functions/complex/ctanh.c +++ b/functions/complex/ctanh.c @@ -1,19 +1,9 @@ -// ---------------------------------------------------------------------------- -// $Id$ -// ---------------------------------------------------------------------------- -// Public Domain C Library - http://pdclib.sourceforge.net -// 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 +/* ---------------------------------------------------------------------------- + * $Id$ + * ---------------------------------------------------------------------------- + * Public Domain C Library - http://pdclib.sourceforge.net + * This code is Public Domain. Use, modify, and redistribute at will. + * --------------------------------------------------------------------------*/ double _Complex ctanh( double _Complex x ) { /* TODO */ }; float _Complex ctanhf( float _Complex x ) { /* TODO */ };