X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fcomplex%2Fcreal.c;h=2e532b1ec1807d45af065b95a53f689d3d3e51f4;hp=dae0f03e10447ee326692b2c23b09424e2798f4b;hb=1d9d92ba957a0b8307c9a65c35867fde68e6533b;hpb=34893ecc2200dc7017c36a54cb6c5f4c2378b5ec diff --git a/functions/complex/creal.c b/functions/complex/creal.c index dae0f03..2e532b1 100644 --- a/functions/complex/creal.c +++ b/functions/complex/creal.c @@ -1,21 +1,9 @@ -// ---------------------------------------------------------------------------- -// $Id$ -// ---------------------------------------------------------------------------- -// Public Domain C Library - http://pdclib.sourceforge.net -// This code is Public Domain. Use, modify, and redistribute at will. -// ---------------------------------------------------------------------------- - -// ---------------------------------------------------------------------------- -// C++ - -double real( double _Complex x ) { /* TODO */ }; -float real( float _Complex x ) { /* TODO */ }; -long double real( long double _Complex x ) { /* TODO */ }; -float creal( float _Complex x ) { /* TODO */ }; -long double creal( 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 creal( double _Complex x ) { /* TODO */ }; float crealf( float _Complex x ) { /* TODO */ };