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