Megan Ly

Results 2 issues of Megan Ly

While ``factor(2**((x+1)**25+1), deep=True)`` works fine, ``factor(E**((x+1)**25+1), deep=True)`` will timeout.

polys
Performance

#### References to other Issues or PRs #### Brief description of what is fixed or changed As `as_coeff_Mul` should return `(0.0, 1)` instead of `(1, 0.0)` for `Float(0.0)` similar to...