Skip to content

Asymptotic series expansions for Shi & Chi functions #26208

Open
@anutosh491

Description

Though the limits work for most general points, these limits can also work more simply through gruntz if we have asymptotic series expansions. Currently we have none

>>> Shi(x).series(x, oo)
Traceback (most recent call last):
...................
sympy.core.function.PoleError:
Asymptotic expansion of Shi around [oo] is not implemented.
>>>
>>> Chi(x).series(x, oo)
Traceback (most recent call last):
.................
sympy.core.function.PoleError:
Asymptotic expansion of Chi around [oo] is not implemented.

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions