Operators#
Return the element-by-element logical X AND Y. |
|
Return NOT of each element of X. |
|
Return the element-by-element logical X OR Y. |
|
Pair each elements in X and Y to perform the "exclusive or" operation. |
|
Return the result of the bitAnd operation. |
|
Return the result of the bitOr operation. |
|
Return the result of the bitXOr operation. |
|
If neither X nor Y is a set, return the element-by-element comparison of X and Y. |
|
If neither X nor Y is a set, return the element-by-element comparison of X>=Y. |
|
If neither X nor Y is a set, return the element-by-element comparison of X<=Y. |
|
If neither X nor Y is a set, return the element-by-element comparison of X>Y. |
|
If neither X nor Y is a set, return the element-by-element comparison of X<Y. |
|
If neither X nor Y is a set, conduct the element-by-element comparison of X and Y; return 1 if the elements in X and Y are not the same. |
|
If Y is a scalar: |
|
Check if each element of X is between the pair indicated by Y (both boundaries are inclusive). |
|
Return the element-by-element comparison of X and Y with the given precision. |
|
Check if the data types and values of two objects are identical. |
|
Check element-wise equality of two inputs X and Y are equal within the specified toleranceLevel. |