-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
Doctest: Numerics in nested symbolic powers not combined #21360
Comments
comment:1
The ticket is questioning this GiNaC code snippet (power.cpp:566):
|
comment:2
Note there are two parts to this. If the outer exponent is a fraction then branches play a role and the discussion in #14305, which makes the GiNaC code in this case correct. This does not apply to the
|
comment:3
This is now implemented in Pynac for the outer exponent a positive integer. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Commit: |
comment:7
looks good. Please fill the Author field |
Reviewer: Frédéric Chapoton |
comment:8
Thanks. |
Author: Ralf Stephan |
Changed branch from u/rws/numerics_in_nested_symbolic_powers_not_combined to |
Numerics in power towers are not combined if nonnumerics present:
Also in GiNaC:
Sympy does it as expected:
Component: symbolics
Author: Ralf Stephan
Branch/Commit:
c4f4952
Reviewer: Frédéric Chapoton
Issue created by migration from https://trac.sagemath.org/ticket/21360
The text was updated successfully, but these errors were encountered: