Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determine the next representable value, in the type of the function, after _X in the direction of _Y
inline float nextafter(
float _X,
float _Y
) restrict(amp);
inline double nextafter(
double _X,
double _Y
) restrict(amp);
Parameters
_X
Floating-point value_Y
Floating-point value
Return Value
Returns the next representable value, in the type of the function, after _X in the direction of _Y
Requirements
Header: amp_math.h
Namespace: Concurrency::precise_math