Skip to content

eqtot

  EQTOT

    B = EQTOT(X,Y)

   Returns EQEMP(X,Y), except that if the result is an array of boolean values,
   the logical AND of all the results is returned.

   Example:  EQTOT([4 4 4],[4 4 4]) = 1, EQTOT([1],[1 1]) = 1

   See also:  EQEMP, EQ