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

isgreater returns whether x is greater than y.