X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fcomplex%2Fcasinh.c;h=72eee57d9013634adcb06cdb984b603b2fa33018;hb=c8f799d852e3698468a78954d82588e841cc0b70;hp=762b0254ec1469d1adc012405a137218540d96e8;hpb=dcc8a8e99f69e090a03b7b868443addbc0817820;p=pdclib.old diff --git a/functions/complex/casinh.c b/functions/complex/casinh.c index 762b025..72eee57 100644 --- a/functions/complex/casinh.c +++ b/functions/complex/casinh.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 asinh( double _Complex x ) { /* TODO */ }; -float _Complex asinh( float _Complex x ) { /* TODO */ }; -long double _Complex asinh( 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 casinh( double _Complex x ) { /* TODO */ }; float _Complex casinhf( float _Complex x ) { /* TODO */ };