Logically invert Boolean value using 'not' operator
function boolNot input Boolean b; output Boolean nb; end boolNot;