X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=functions%2Fcomplex%2Fcasinh.c;h=72eee57d9013634adcb06cdb984b603b2fa33018;hb=758f3c180e9f4548d0834dadfe3d126ca04be4f9;hp=763bce76ce296ecb99422da3d1fae09904cf659f;hpb=c0f7ab7cb070fd82e84bfff00d07a06b55959189;p=fw%2Fpdclib diff --git a/functions/complex/casinh.c b/functions/complex/casinh.c index 763bce7..72eee57 100644 --- a/functions/complex/casinh.c +++ b/functions/complex/casinh.c @@ -1,9 +1,9 @@ -// ---------------------------------------------------------------------------- -// $Id$ -// ---------------------------------------------------------------------------- -// Public Domain C Library - http://pdclib.sourceforge.net -// This code is Public Domain. Use, modify, and redistribute at will. -// ---------------------------------------------------------------------------- +/* ---------------------------------------------------------------------------- + * $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 */ };