// ---------------------------------------------------------------------------- // $Id$ // ---------------------------------------------------------------------------- // Public Domain C Library - http://pdclib.sourceforge.net // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- double carg( double _Complex x ) { /* TODO */ }; float cargf( float _Complex x ) { /* TODO */ }; long double cargl( long double _Complex x ) { /* TODO */ };