Searched refs:_power_exact (Results 1 – 5 of 5) sorted by relevance
2051 def _power_exact(self, other, p): member in Decimal2426 ans = self._power_exact(other, context.prec + 1)
1935 def _power_exact(self, other, p): member in Decimal2310 ans = self._power_exact(other, context.prec + 1)
1330 Fix a performance issue in Decimal._power_exact that caused some corner-case
240 -- _power_exact.