I would say the sqrt() one not respecting the deep flag should be considered a bug.
Aaron Meurer On Tue, Jul 28, 2020 at 7:39 AM Paul Royik <[email protected]> wrote: > > What does this flag control? > > factor(2**(x**2 + 2*x + 1)) is not factored > > factor(sqrt(x**2 + 2*x + 1)) is factored > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/3e1ab694-a469-4767-8ba1-2f18cf712edeo%40googlegroups.com. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAKgW%3D6Jot4hRkYA0q0xU7cLMbEqeTBq4a9vTz%2Ba3wDXTcXwyuA%40mail.gmail.com.
