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