Qurak

Not

Available

Logical NOT operation.

! expr
Not[True] → FalseNot[False] → TrueNot[True, True] → Not::argx: Not called with 2 arguments; 1 argument is expected. .* (regex*) Not[True, True]ToString[Hold[Not[a]^2], InputForm] → Hold[( !a)^2]ToString[Hold[Not[a] && b], InputForm] → Hold[ !a && b]ToString[!#1 || !#2 &, InputForm] → !#1 || !#2 &

Used in

Topics

Related

All 6300 functions · Use this from an MCP client