Searched refs:_power_exact (Results 1 – 3 of 3) sorted by relevance
1935 def _power_exact(self, other, p): member in Decimal2310 ans = self._power_exact(other, context.prec + 1)
240 -- _power_exact.
4629 - Issue #12080: Fix a performance issue in Decimal._power_exact that caused