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