nextafterf (3) Linux Manual Page
nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl – floating-point number manipulation Synopsis #include <math.h> double nextafter(double x, double y); float nextafterf(float x, float y); long double nextafterl(long double x, long double y); double nexttoward(double x, long double y); float nexttowardf(float x, long double y); long double nexttowardl(long double x, long double y); Link with -lm. Feature…
