B
    [S                 @   s*   d dl mZmZ d dlmZ dddZdS )	    )print_functiondivision)sympifyN   +c             C   s   t | } | ||||S )zSeries expansion of expr around point `x = x0`.

    See the doctring of Expr.series() for complete details of this wrapper.
    )r   series)exprxZx0ndir r   2lib/python3.7/site-packages/sympy/series/series.pyr      s    r   )Nr   r   r   )Z
__future__r   r   Zsympy.core.sympifyr   r   r   r   r   r   <module>   s   