We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sage: expr = 1/(1/(1/(1/(1/(1/(1/(1/(1/(1/(1/(1/(1/(1/(1/(pi - 3) - 7) - 15) - 1) - 292) - 1) - 1) - 1) - 2) - 1) - 3) - 1) - 14) - 2) - 1) - 1 sage: expr.is_zero() ... RuntimeError: ECL says: Error executing code in Maxima: expt: undefined: 0 to a negative exponent. sage: expr.normalize().is_zero() ... RuntimeError: ECL says: Error executing code in Maxima: expt: undefined: 0 to a negative exponent.
Component: symbolics
Issue created by migration from https://trac.sagemath.org/ticket/16031
The text was updated successfully, but these errors were encountered:
add doctest for sagemath#16031
497a985
3215c6d
73b4146
a0250df
Successfully merging a pull request may close this issue.
Component: symbolics
Issue created by migration from https://trac.sagemath.org/ticket/16031
The text was updated successfully, but these errors were encountered: