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