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

combine single unknown log with others #39

Closed
wants to merge 5 commits into from
Closed

combine single unknown log with others #39

wants to merge 5 commits into from

Conversation

smichr
Copy link
Owner

@smichr smichr commented Mar 24, 2019

log(x) + log(2) is log(x*2) regardless of the sign of x so it is now combined with logcombine

References to other Issues or PRs

closes sympy#6770

Release Notes

  • simplify
    • logcombine: log(x) + log(2) will now combine without the use of force

@smichr smichr changed the title WIP logcombine combine single unknown log with others Mar 24, 2019
@smichr smichr closed this Mar 24, 2019
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

Successfully merging this pull request may close these issues.

logcombine(log(x) - log(2)) doesn't work for vanilla x
1 participant