Negates a boolean expression.
Function that negates a boolean expression.
negateExp(expression)
expression
It returns a negated boolean expression.
Ioana-Elena Oana
negateExp("~EMP*MA") negateExp("~A*B + C*~D")
Useful links