Add `forces` and `forces.not` (#3530)
Co-authored-by: la .uetcis <uetcis@pm.me>
This commit is contained in:
parent
5a03c818c8
commit
57ab6d0924
|
|
@ -439,6 +439,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||
or: ['∨', big: '⋁', curly: '⋎', dot: '⟇', double: '⩔'],
|
||||
xor: ['⊕', big: '⨁'],
|
||||
models: '⊧',
|
||||
forces: ['⊩', not: '⊮'],
|
||||
therefore: '∴',
|
||||
because: '∵',
|
||||
qed: '∎',
|
||||
|
|
|
|||
Loading…
Reference in New Issue