X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Fnexttoward.c;fp=functions%2Fmath%2Fnexttoward.c;h=30e8d945bcfffb2d45a80c82c4886099c1dbb208;hb=b2b5e5de72c2979464ac211460210ccf77a25d51;hp=a791a427d32e0217f8f9b61b057296231090c494;hpb=d7cc1957de74235bd2a84c1ef26ecab2368f57e4;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 */ };