X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Fcopysign.c;fp=functions%2Fmath%2Fcopysign.c;h=61e13dd2f45b4eef9d913f027c2ff7b2daa9a817;hb=e081ed1387e0c27dc689c8e32fdda06039544107;hp=7df32ce3d6a7c2149ef31679673ecf13dfa1ebe8;hpb=70f1c6f7c9d515ef426da68973511f46de57005a;p=pdclib diff --git a/functions/math/copysign.c b/functions/math/copysign.c index 7df32ce..61e13dd 100644 --- a/functions/math/copysign.c +++ b/functions/math/copysign.c @@ -5,15 +5,6 @@ // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -// ---------------------------------------------------------------------------- -// C++ - -float copysign( float x, float y ) { /* TODO */ }; -long double copysign( long double x, long double y ) { /* TODO */ }; - -// ---------------------------------------------------------------------------- -// Standard C - double copysign( double x, double y ) { /* TODO */ }; /* Own code