Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gh-35900: complex_dynamics, fix: mandelbrot_plot throws exception for…
… z^2*(z-c) + c to re-produce the crash: R.<z,c> = CC[] f = z^2*(z-c) + c mandelbrot_plot(expand(f),parameter=c) ### 📚 Description Essential, the modified function has a fast case and a slow case. It tests which one it's working with in a way that will crash if it's the slow case. [The documentation](https://doc.sagemath.org/html/en/reference/dynamics/ sage/dynamics/complex_dynamics/mandel_julia.html#sage.dynamics.complex_d ynamics.mandel_julia.mandelbrot_plot) strongly implies that this would work, so no documentation change. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. It should be `[x]` not `[x ]`. --> - [x] I have created tests covering the changes. URL: #35900 Reported by: Forrest Hilton Reviewer(s): Alexander Galarraga
- Loading branch information