]> pd.if.org Git - pdclib/blob - functions/math/nexttoward.c
30e8d945bcfffb2d45a80c82c4886099c1dbb208
[pdclib] / functions / math / nexttoward.c
1 // ----------------------------------------------------------------------------
2 // $Id$
3 // ----------------------------------------------------------------------------
4 // Public Domain C Library - http://pdclib.sourceforge.net
5 // This code is Public Domain. Use, modify, and redistribute at will.
6 // ----------------------------------------------------------------------------
7
8 double nexttoward( double x, long double y ) { /* TODO */ };
9 float nexttowardf( float x, long double y ) { /* TODO */ };
10 long double nexttowardl( long double x, long double y ) { /* TODO */ };