Example #1
0
 def t(m, n):
     x = Integer(m) / n
     r = polygamma(0, x)
     if r.has(polygamma):
         return False
     return abs(polygamma(0, x.n()).n() - r.n()).n() < 1e-10