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