switching to high quality piper tts and added label translations
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user