X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fcomplex%2Fcasinh.c;h=763bce76ce296ecb99422da3d1fae09904cf659f;hb=e081ed1387e0c27dc689c8e32fdda06039544107;hp=762b0254ec1469d1adc012405a137218540d96e8;hpb=70f1c6f7c9d515ef426da68973511f46de57005a;p=pdclib diff --git a/functions/complex/casinh.c b/functions/complex/casinh.c index 762b025..763bce7 100644 --- a/functions/complex/casinh.c +++ b/functions/complex/casinh.c @@ -5,16 +5,6 @@ // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -// ---------------------------------------------------------------------------- -// C++ - -double _Complex asinh( double _Complex x ) { /* TODO */ }; -float _Complex asinh( float _Complex x ) { /* TODO */ }; -long double _Complex asinh( long double _Complex x ) { /* TODO */ }; - -// ---------------------------------------------------------------------------- -// Standard C - double _Complex casinh( double _Complex x ) { /* TODO */ }; float _Complex casinhf( float _Complex x ) { /* TODO */ }; long double _Complex casinhl( long double _Complex x ) { /* TODO */ };