Skip to content

xge

Excel-style greater-than-or-equal.

c = xge(A, B)

Excel-mode >= comparison. Counterpart of xgt.

  • ge — Element-wise greater-than-or-equal test (function form of >=).
  • xgt — Excel-style greater-than (text-aware ordering).
  • xle — Excel-style less-than-or-equal.