Mathematica 9 is now available

StringDrop (modified)Import

Nand

FilledSmallSquareNand[, , ... ] is the logical NAND function. It evaluates its arguments in order, giving True immediately if any of them are False, and False if they are all True.

FilledSmallSquareNand[, , ... ] can be input in StandardForm and InputForm as ... . The character can be entered as AliasIndicatornandAliasIndicator or \[Nand].

FilledSmallSquareNand[, , ... ] is equivalent to Not[And[, , ... ]].

FilledSmallSquareNand evaluates its arguments in a non-standard way (see Section A.4.2).

FilledSmallSquareNand gives symbolic results when necessary, removing initial arguments that are True.

FilledSmallSquareNand is not Flat.

FilledSmallSquare See The Mathematica Book: Section 1.5.6.

FilledSmallSquare See also: LogicalExpand, And.

Further Examples

StringDrop (modified)Import



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.