algebranch
algebranch copied to clipboard
figure way to cope with N-ary identities
spotting:
a(b + c) -> ab + ac
is easy. spotting:
a(n1 + n2 + n3...) -> an1 + an2 + an3 ...
is a bit tricker.