X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Fnexttoward.c;h=30e8d945bcfffb2d45a80c82c4886099c1dbb208;hb=08bc962a1af74ae105cca90328b2f28fb483f04f;hp=a791a427d32e0217f8f9b61b057296231090c494;hpb=dcc8a8e99f69e090a03b7b868443addbc0817820;p=pdclib.old diff --git a/functions/math/nexttoward.c b/functions/math/nexttoward.c index a791a42..30e8d94 100644 --- a/functions/math/nexttoward.c +++ b/functions/math/nexttoward.c @@ -5,15 +5,6 @@ // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -// ---------------------------------------------------------------------------- -// C++ - -float nexttoward( float x, long double y ) { /* TODO */ }; -long double nexttoward( long double x, long double y ) { /* TODO */ }; - -// ---------------------------------------------------------------------------- -// Standard C - double nexttoward( double x, long double y ) { /* TODO */ }; float nexttowardf( float x, long double y ) { /* TODO */ }; long double nexttowardl( long double x, long double y ) { /* TODO */ };