Would it be possible to add last Boolean operation, that is not officially in Facer - NOT (negation).
1 Like
Also need XOR operator.
Although equivalent (but obtuse) logic can be created using combination of AND, OR, and NOT operators.
UPDATE
When was ‘!’ symbol (as NOT) added? It is still not documented.
$4!=3?True:False$
returns:
True