X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Fnexttoward.c;h=2f4ef29adfc0fbe6b38906cdb9acda92b0582ffe;hb=refs%2Ftags%2FOLD;hp=a791a427d32e0217f8f9b61b057296231090c494;hpb=34893ecc2200dc7017c36a54cb6c5f4c2378b5ec;p=pdclib diff --git a/functions/math/nexttoward.c b/functions/math/nexttoward.c index a791a42..2f4ef29 100644 --- a/functions/math/nexttoward.c +++ b/functions/math/nexttoward.c @@ -1,18 +1,9 @@ -// ---------------------------------------------------------------------------- -// $Id$ -// ---------------------------------------------------------------------------- -// Public Domain C Library - http://pdclib.sourceforge.net -// 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 +/* ---------------------------------------------------------------------------- + * $Id$ + * ---------------------------------------------------------------------------- + * Public Domain C Library - http://pdclib.sourceforge.net + * This code is Public Domain. Use, modify, and redistribute at will. + * --------------------------------------------------------------------------*/ double nexttoward( double x, long double y ) { /* TODO */ }; float nexttowardf( float x, long double y ) { /* TODO */ };