X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Ffmax.c;h=6bc8e6ca4d0c8cffe18f4256f0e1c83174871165;hb=b2b5e5de72c2979464ac211460210ccf77a25d51;hp=42856c5863b281e19fcab449bcbd10835c1a1902;hpb=d7cc1957de74235bd2a84c1ef26ecab2368f57e4;p=pdclib.old diff --git a/functions/math/fmax.c b/functions/math/fmax.c index 42856c5..6bc8e6c 100644 --- a/functions/math/fmax.c +++ b/functions/math/fmax.c @@ -5,15 +5,6 @@ // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -// ---------------------------------------------------------------------------- -// C++ - -float fmax( float x, float y ) { /* TODO */ }; -long double fmax( long double x, long double y ) { /* TODO */ }; - -// ---------------------------------------------------------------------------- -// Standard C - double fmax( double x, double y ) { /* TODO */ }; /* Therx code