X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Fnextafter.c;h=5b5ecebcb6a9851effc330288149e594706e1fd0;hb=c8f799d852e3698468a78954d82588e841cc0b70;hp=204caadc6105ef24ae9fb86d494a400a4a13c8f0;hpb=5e125f38b2aba7d706a9143727e2ef72d58391dc;p=pdclib.old diff --git a/functions/math/nextafter.c b/functions/math/nextafter.c index 204caad..5b5eceb 100644 --- a/functions/math/nextafter.c +++ b/functions/math/nextafter.c @@ -1,9 +1,9 @@ -// ---------------------------------------------------------------------------- -// $Id$ -// ---------------------------------------------------------------------------- -// Public Domain C Library - http://pdclib.sourceforge.net -// This code is Public Domain. Use, modify, and redistribute at will. -// ---------------------------------------------------------------------------- +/* ---------------------------------------------------------------------------- + * $Id$ + * ---------------------------------------------------------------------------- + * Public Domain C Library - http://pdclib.sourceforge.net + * This code is Public Domain. Use, modify, and redistribute at will. + * --------------------------------------------------------------------------*/ double nextafter( double x, double y ) { /* TODO */ }; float nextafterf( float x, float y ) { /* TODO */ };