X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Ffloor.c;h=ea890bea1ec08bb9b1e21f39eb58c20e9f9de775;hb=08bc962a1af74ae105cca90328b2f28fb483f04f;hp=a286149681dd8cf304e4891505743cd5d4a53676;hpb=e5456e3c2697c4e17fc9aa3439f2e305517b4d96;p=pdclib.old 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