Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 913 Bytes

isordered.adoc

File metadata and controls

59 lines (37 loc) · 913 Bytes

isordered

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

Description

Test if arguments are ordered. isordered() takes arguments x and y, and returns the result isequal(x, x) && isequal(y, y).