]> pd.if.org Git - pdclib/blobdiff - functions/math/nearbyint.c
Introducing personalities. Removing C++ function decs / defs.
[pdclib] / functions / math / nearbyint.c
index 0b4f29c85f6a797367395922e5df9c52c13c581f..f9f7efac50b3fecbb9534a5594ad452b0e7b1fcd 100644 (file)
@@ -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