X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fcomplex%2Fcsinh.c;h=a40c2ff72f273c6ed4e15a1667f6ebac225145ff;hb=b2b5e5de72c2979464ac211460210ccf77a25d51;hp=eb92e85ed5d1eac648f1cb98a2c7bb21ee99e86a;hpb=d7cc1957de74235bd2a84c1ef26ecab2368f57e4;p=pdclib.old diff --git a/functions/complex/csinh.c b/functions/complex/csinh.c index eb92e85..a40c2ff 100644 --- a/functions/complex/csinh.c +++ b/functions/complex/csinh.c @@ -5,16 +5,6 @@ // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -// ---------------------------------------------------------------------------- -// C++ - -double _Complex sinh( double _Complex x ) { /* TODO */ }; -float _Complex sinh( float _Complex x ) { /* TODO */ }; -long double _Complex sinh( long double _Complex x ) { /* TODO */ }; - -// ---------------------------------------------------------------------------- -// Standard C - double _Complex csinh( double _Complex x ) { /* TODO */ }; float _Complex csinhf( float _Complex x ) { /* TODO */ }; long double _Complex csinhl( long double _Complex x ) { /* TODO */ };