1 // ----------------------------------------------------------------------------
3 // ----------------------------------------------------------------------------
4 // Public Domain C Library - http://pdclib.sourceforge.net
5 // This code is Public Domain. Use, modify, and redistribute at will.
6 // ----------------------------------------------------------------------------
8 double nearbyint( double x ) { /* TODO */ };
16 float nearbyintf( float x ) { /* TODO */ };
17 long double nearbyintl( long double x ) { /* TODO */ };