X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=functions%2Fmath%2Fpow.c;h=776b46f2a67432cde61c5b343b5fbd13a66cf14c;hb=758f3c180e9f4548d0834dadfe3d126ca04be4f9;hp=583c8f369e634e47f9bb6688e16267ab62771425;hpb=01c6dd59ad83087e6952078b205818933fe0b9f4;p=fw%2Fpdclib diff --git a/functions/math/pow.c b/functions/math/pow.c index 583c8f3..776b46f 100644 --- a/functions/math/pow.c +++ b/functions/math/pow.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 pow( double x, double y ) { /* TODO */ }; float powf( float x, float y ) { /* TODO */ };