or

Type: External

Group: matrix

Syntax

answer = OR(matrix1, matrix2)

Description

Returns the boolean or of two matrices.

Examples

OR([1,1;1,1],[0,0;0,0]) = [1,1;1,1]

See Also

and, not