Skip to content

sc_ge

Short-circuit greater-than-or-equal (scalar context).

c = sc_ge(A, B)

Scalar short-circuit >= test. Companion to ge.

  • ge — Element-wise greater-than-or-equal test (function form of >=).
  • sc_gt — Short-circuit greater-than (scalar context).
  • sc_le — Short-circuit less-than-or-equal (scalar context).