X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Fmod.c;h=ed3a371ee65ac84961a2cf08a7247793a54ebbe8;hb=b2b5e5de72c2979464ac211460210ccf77a25d51;hp=70f1ebc3fbcf5926e4bb94495767777bc2895ec9;hpb=d7cc1957de74235bd2a84c1ef26ecab2368f57e4;p=pdclib.old diff --git a/functions/math/mod.c b/functions/math/mod.c index 70f1ebc..ed3a371 100644 --- a/functions/math/mod.c +++ b/functions/math/mod.c @@ -5,18 +5,6 @@ // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -// ---------------------------------------------------------------------------- -// C++ - -float fmod( float x, float y ) { /* TODO */ }; -long double fmod( long double x, long double y ) { /* TODO */ }; - -float modf( float x, float * integer ) { /* TODO */ }; -long double modf( long double x, long double * integer ) { /* TODO */ }; - -// ---------------------------------------------------------------------------- -// Standard C - double fmod( double x, double y ) { /* TODO */ }; /* Therx code