SYNOPSIS
#include <math.h> double nextafter(double x, double y)
float nextafterf(float x, float y)
DESCRIPTION
The
The
PARAMETERS
- x
-
Is the base number for calculation.
- y
-
Is the number indicating relative direction for calculation.
RETURN VALUES
The
If x or y is NaN,
If x is finite and the correct function value would overflow, HUGE_VAL is returned and errno is set to ERANGE.
CONFORMANCE
UNIX 98
MULTITHREAD SAFETY LEVEL
MT-Safe.
PORTING ISSUES
None.
AVAILABILITY
MKS Toolkit for Professional Developers
MKS Toolkit for Enterprise Developers
MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Functions:
math()
MKS Toolkit 9.2 Documentation Build 16.