X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;ds=sidebyside;f=functions%2Fmath%2Ffloor.c;h=ea890bea1ec08bb9b1e21f39eb58c20e9f9de775;hb=f55adb4aa65c00fb155de6bad626acb9ff6365b3;hp=a286149681dd8cf304e4891505743cd5d4a53676;hpb=0a5395faab237ba9008352b0f4bee9659bbd3d5f;p=pdclib diff --git a/functions/math/floor.c b/functions/math/floor.c index a286149..ea890be 100644 --- a/functions/math/floor.c +++ b/functions/math/floor.c @@ -5,15 +5,6 @@ // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -// ---------------------------------------------------------------------------- -// C++ - -float floor( float x ) { /* TODO */ }; -long double floor( long double x ) { /* TODO */ }; - -// ---------------------------------------------------------------------------- -// Standard C - double floor( double x ) { /* TODO */ }; /* Therx code