Home | History | Annotate | Download | only in python2.7

Lines Matching refs:_power_exact

1937     def _power_exact(self, other, p):
2312 ans = self._power_exact(other, context.prec + 1)