Wrong answer -2^2

Issue #145 closed
Former user created an issue

No description provided.

Comments (2)

  1. Axel Kramer repo owner

    input

    -2^2
    

    is interpreted as

    -(2^2)
    

    and gives

    -4
    
    >>> FullForm(Hold(-2^2))
    "Hold(Times(-1, Power(2, 2)))"
    
  2. Log in to comment