Qurak
ドキュメント
料金
サインイン
Qurak
ドキュメント
関数
Not
Not
利用可能
Logical NOT operation.
形式
! expr
検証済みの例
Not[True] → False
Not[False] → True
Not[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 &
Qurakで実行
リファレンスを検索
使用箇所
Use logical operators
- 7 ステップ
Replace or remove invalid or missing data
- 23 ステップ
トピック
Boolean Computation
- Basic Boolean Operators
Logic And Boolean Algebra
- Logical Operators »
Syntax
- Mathematics & Operators
Testing Expressions
- Logical Combinations »
Theorem Proving
- Predicates
関連
BooleanConvert
LogicalExpand
BitNot
Nand
Nor
And
Or
False
Implies
True
AllTrue
AnyTrue
← NormFunction
NotCongruent →
全 6300 関数
·
MCPクライアントから使う