MisterAI's picture
download
raw
255 Bytes
from sympy.core.sympify import sympify
def aseries(expr, x=None, n=6, bound=0, hir=False):
"""
See the docstring of Expr.aseries() for complete details of this wrapper.
"""
expr = sympify(expr)
return expr.aseries(x, n, bound, hir)

Xet Storage Details

Size:
255 Bytes
·
Xet hash:
34c51eb792b6f0a485272d44d4db1584fe72db5943df2c7f463432c212868515

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.