algebraic sum

Issue #98 resolved
Former user created an issue

After last build i have x+(-1)*1==0 instead of x-1==0

Comments (2)

  1. Axel Kramer repo owner

    In which context does this occur? Do you have a snippet to test with?

    An evaluation in the online interface gives:

    >>> x-1==0
    x==1
    
  2. Log in to comment