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
In speedcrunch "a = b" means "assign value b to variable a". It is not an equation. Even 1=1 is invalid expression, because it is required to have variable on the left side.
when you write a false equation, like$1=2$ , SpeedCrunch normally returns "invalid expression".
However, when you input a true identity like$3*ln(4)=ln(4^3)$ , it also returns "invalid expression".
this does not change if you write a variation like 3ln(4)=ln(4^3), or (3*ln(4))=ln(4^(3))
version Qt 5.15.14
The text was updated successfully, but these errors were encountered: