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