Synopsis
#define isgreaterequal(x,y) (!isunordered(x, y) && (x >= y))
Description

isgreaterequal returns whether x is greater than or equal to y.