boolean.py icon indicating copy to clipboard operation
boolean.py copied to clipboard

Fix absorption issue

Open tomas789 opened this issue 1 year ago • 0 comments

This fixes the issue https://github.com/bastikr/boolean.py/issues/112. Main reason was that when doing the negative absorption the result was the same as one of the arguments already present. This caused it to be duplicated in arguments.

tomas789 avatar Nov 29 '22 09:11 tomas789