X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Fceil.c;h=c5e6f95000ffbe18b2b7151ccc798be19c981205;hb=b2b5e5de72c2979464ac211460210ccf77a25d51;hp=d1ebdeeee0ca412218f1a6bf0ee90f77739fc685;hpb=d7cc1957de74235bd2a84c1ef26ecab2368f57e4;p=pdclib.old diff --git a/functions/math/ceil.c b/functions/math/ceil.c index d1ebdee..c5e6f95 100644 --- a/functions/math/ceil.c +++ b/functions/math/ceil.c @@ -5,15 +5,6 @@ // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -// ---------------------------------------------------------------------------- -// C++ - -float ceil( float x ) { /* TODO */ }; -long double ceil( long double x ) { /* TODO */ }; - -// ---------------------------------------------------------------------------- -// Standard C - double ceil( double x ) { /* TODO */ }; /* Therx code