Test if arguments are ordered.
int isordered(float x,
float y)
int n isordered(float n x,
float n y)
int isordered(double x,
double y)
long n isordered(double n x,
double n y)
int isordered (half x, half y) // if half extension enabled shortn isordered (halfn x, halfn y) // if half extension enabled
Test if arguments are ordered.
isordered
() takes arguments x
and y
, and returns the result isequal
(x
, x
) && isequal(y
, y
).