X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Ffdim.c;fp=functions%2Fmath%2Ffdim.c;h=f87d1cc0f3ff9533f547a3289e8ed67544698015;hb=e081ed1387e0c27dc689c8e32fdda06039544107;hp=9a005796f828ee09a8b57d2abd3d818e7499f0c1;hpb=70f1c6f7c9d515ef426da68973511f46de57005a;p=pdclib diff --git a/functions/math/fdim.c b/functions/math/fdim.c index 9a00579..f87d1cc 100644 --- a/functions/math/fdim.c +++ b/functions/math/fdim.c @@ -5,15 +5,6 @@ // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -// ---------------------------------------------------------------------------- -// C++ - -float fdim( float x, float y ) { /* TODO */ }; -long double fdim( long double x, long double y ) { /* TODO */ }; - -// ---------------------------------------------------------------------------- -// Standard C - double fdim( double x, double y ) { /* TODO */ }; /* Therx code