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