Skip to content

Poly(E**100000000) is slow to create #19670

@sachin-4099

Description

@sachin-4099

On master:

In [1]: %time Poly(E**100000000)
Wall time: 22 s

Out[1]: Poly(E**100000000, E, domain='ZZ')

In [1]: %time Poly(E**1000000000)
Takes too much time

Therefore, Poly(E**100000000) is slow to create.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions