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

Can't see the full answer when writing an algebraic equation #124

Open
SasanK-0p opened this issue Jun 24, 2024 · 2 comments
Open

Can't see the full answer when writing an algebraic equation #124

SasanK-0p opened this issue Jun 24, 2024 · 2 comments

Comments

@SasanK-0p
Copy link

Whenever I write any algebraic equation like
5x+9=2
It will just output -
(5*x)+9 =2 (something like this)

It's just the first line of output of qalc cli. It doesn't print the second line which has the actual value of x. Is there any way to fix it.

Sorry if asked something stupid

@mtpham99
Copy link

mtpham99 commented Jul 5, 2024

I am having the same issue. Right now I am using the "-terse" option to get it to display the results. However, this will also omit the input expression in the history.

@svenstaro
Copy link
Owner

I'm not sure there's a great way to fix this. You could always do solve(5x+9=2) which gives the answer on the same line but I see how that's less convenient.

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