Open zeryabmoussaoui opened 6 years ago
Because of the "abs" operator at every call of "rules" array, it seems that the "not" operator is not managed by eval2 function.
does the line L144 of evalt2 :
MemberUpper=1/MemberUpper;
correspond to some kind of "Not" operator ?
Because of the "abs" operator at every call of "rules" array, it seems that the "not" operator is not managed by eval2 function.