You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be ideal if factorize is injective. It is not right now due to how (factorize 0) = (factorize 1) = '(). Changing the type of the domain to Positive-Integer is one possibility to accomplish this.