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