INtime SDK Help
nextafter

Computes the next representable floating-point value following x in the direction of y. Thus, if y is less than x, nextafter shall return the largest representable floating-point number less than x. The nextafter function shall return y if x equals y.

#include <math.h>

double nextafter (double x, double y);

Parameters

x, y
Double-precision floating-point values.

Return Values

Requirements

Versions Defined in Include Link to
INtime 3.0 intime/rt/include/math.h math.h clib.lib