Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

true statement with Ln() returns invalid expression #102

Open
VCTaylorA opened this issue Sep 25, 2024 · 1 comment
Open

true statement with Ln() returns invalid expression #102

VCTaylorA opened this issue Sep 25, 2024 · 1 comment

Comments

@VCTaylorA
Copy link

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

@Playermet
Copy link

Playermet commented Sep 26, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants