X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fmath%2Fnearbyint.c;fp=functions%2Fmath%2Fnearbyint.c;h=0000000000000000000000000000000000000000;hp=3937dbebb37d6890606e0f5129a08bd0f106290c;hb=a1f747e81dad0bb9897cb11c652403bb7bbf084c;hpb=1d9d92ba957a0b8307c9a65c35867fde68e6533b diff --git a/functions/math/nearbyint.c b/functions/math/nearbyint.c deleted file mode 100644 index 3937dbe..0000000 --- a/functions/math/nearbyint.c +++ /dev/null @@ -1,17 +0,0 @@ -/* ---------------------------------------------------------------------------- - * $Id$ - * ---------------------------------------------------------------------------- - * Public Domain C Library - http://pdclib.sourceforge.net - * This code is Public Domain. Use, modify, and redistribute at will. - * --------------------------------------------------------------------------*/ - -double nearbyint( double x ) { /* TODO */ }; - -/* Therx code -{ - return round( x ); -} -*/ - -float nearbyintf( float x ) { /* TODO */ }; -long double nearbyintl( long double x ) { /* TODO */ };