Skip to content

sc_le

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

c = sc_le(A, B)

Scalar short-circuit <= test. Companion to le.

  • le — Element-wise less-than-or-equal test (function form of <=).
  • sc_lt — Short-circuit less-than (scalar context).
  • sc_ge — Short-circuit greater-than-or-equal (scalar context).