示例#1
0
文件: polyclasses.py 项目: fxkr/sympy
 def slice(f, m, n, j=0):
     """Take a continuous subsequence of terms of `f`. """
     return f.per(dmp_slice_in(f.rep, m, n, j, f.lev, f.dom))
示例#2
0
 def slice(f, m, n, j=0):
     """Take a continuous subsequence of terms of `f`. """
     return f.per(dmp_slice_in(f.rep, m, n, j, f.lev, f.dom))