X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Ftrunc.c;h=c018c06168d76020827bc7a11ca9cc73d0a711bf;hb=e081ed1387e0c27dc689c8e32fdda06039544107;hp=bd1784848b9d198807e8ddedf62dbb475fcc838f;hpb=0a5395faab237ba9008352b0f4bee9659bbd3d5f;p=pdclib 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