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
If an equation or variable string expression starts with "-i", the parser evaluates that part as being 0. The result should be 0+-1i, but for some reason this results in 0+0i instead.
Workaround is to replace it with -1i, which is parsed correctly.
If an equation or variable string expression starts with "-i", the parser evaluates that part as being 0. The result should be 0+-1i, but for some reason this results in 0+0i instead.
Workaround is to replace it with -1i, which is parsed correctly.