Qurak

Not

Disponible

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 &

Utilisé dans

Thèmes

Connexes

Les 6300 fonctions · Utiliser ceci depuis un client MCP