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