Unary operator - behind constant and variable diverge in behavior with power ^ operator right next

Issue #558 closed
Former user created an issue

Originally reported on Google Code with ID 558

Steps to reproduce:
-10^2
x=10
y=-x^2

Expected behavior:
-10^ = -100
x = 10
y = -x^2 = -100

Experienced behavior:
-10^ = -100
x = 10
y = -x^2 = 100

Product version:
speedcrunch 0.11 Portable edition
Operating system:
Windows 7
Additional Information:

Reported by saifuddin1arief on 2015-03-25 04:46:30

<hr> * Attachment: Image 1.png<br>Image 1.png

Comments (5)

  1. Former user Account Deleted

    Reported by helder.pereira.correia on 2015-03-31 14:56:53 - Status changed: Accepted - Labels added: Type-Defect

  2. Log in to comment