X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Ffmin.c;fp=functions%2Fmath%2Ffmin.c;h=22ea9622abddfc367fc73e139c986a0fb4029a7c;hb=e081ed1387e0c27dc689c8e32fdda06039544107;hp=62ff17a2c65beef38742f69c7a11f5b2783d6b1c;hpb=70f1c6f7c9d515ef426da68973511f46de57005a;p=pdclib 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