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