Question
Matlab short-circuiting behavior into Mathcad
Hi, i need this operator in mathcad (ll)
ll Represents a logical OR operation that employs short-circuiting behavior. That is, expr2 is not evaluated if expr1 is logical 1 (true). Each expression must evaluate to a scalar logical result.

