Defined in header <math.h>        float       nextafterf( float from, float to );   (1)   (since C99)   double      nextafter( double from, double to );   (2)   (since C99)   long double nextafterl( long double from, long double to );   (3)   (since C99)   float       nexttowardf( float from, long double to );   (4)   (since C99)   double      nexttoward( double from, long double to );   (5)   (since C99)   long double nexttowardl( long double from, long double to );   (6)   (since C99)