]> pd.if.org Git - pdclib.old/blob - math/nexttoward.c
[gandr] s/__lp64__/__LP64__/ to match GCC define
[pdclib.old] / 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 */ };