Qurak

Not

可用

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 &

使用於

主題

相關

全部 6300 個函式 · 從 MCP 用戶端使用這個