X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fcomplex%2Fccosh.c;h=112aaaf33a93be8dd3191110a3abe1cb3f5105fb;hb=c8f799d852e3698468a78954d82588e841cc0b70;hp=66bb47b0121b0e374a8bd66901e0c138e10e4847;hpb=dcc8a8e99f69e090a03b7b868443addbc0817820;p=pdclib.old diff --git a/functions/complex/ccosh.c b/functions/complex/ccosh.c index 66bb47b..112aaaf 100644 --- a/functions/complex/ccosh.c +++ b/functions/complex/ccosh.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 cosh( double _Complex x ) { /* TODO */ }; -float _Complex cosh( float _Complex x ) { /* TODO */ }; -long double _Complex cosh( 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 ccosh( double _Complex x ) { /* TODO */ }; float _Complex ccoshf( float _Complex x ) { /* TODO */ };