ó
¡¼™\c           @  s?   d  d l  m Z m Z d  d l m Z d d d d d „ Z d S(   iÿÿÿÿ(   t   print_functiont   division(   t   sympifyi    i   t   +c         C  s"   t  |  ƒ }  |  j | | | | ƒ S(   s‚   Series expansion of expr around point `x = x0`.

    See the docstring of Expr.series() for complete details of this wrapper.
    (   R   t   series(   t   exprt   xt   x0t   nt   dir(    (    s2   lib/python2.7/site-packages/sympy/series/series.pyR      s    N(   t
   __future__R    R   t   sympy.core.sympifyR   t   NoneR   (    (    (    s2   lib/python2.7/site-packages/sympy/series/series.pyt   <module>   s   